We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38f83c commit 259b7dcCopy full SHA for 259b7dc
test/project-c/project-c-pkg.el
@@ -1,4 +1,4 @@
1
;;; -*- no-byte-compile: t -*-
2
(define-package "project-c" "1.0"
3
"Test project with one dependency and package definition file"
4
- '((dependency-a "0")))
+ '((dependency-a "0") (emacs "24.1")))
test/project-c/project-c.el
@@ -1,4 +1,5 @@
;; -*- lexical-binding: t -*-
+
;;; Copyright (C) 2000 John Doe
(require 'dependency-a)
5
test/project-d/project-d.el
@@ -1,7 +1,7 @@
;;; project-d.el --- Test project with several cross-depending `.el' files -*- lexical-binding: t -*-
;; Version: 1.0
-;; Package-Requires: ((dependency-a "0.1"))
+;; Package-Requires: ((emacs "24.1") (dependency-a "0.1"))
;; Homepage: https://example.com/
6
7
;;; Commentary:
0 commit comments