Skip to content

Commit 15c78fb

Browse files
committed
Remove (cl-lib "0.5") from Package-Requires header
Now this is warned by package-lint.
1 parent 977bca2 commit 15c78fb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: php-mode-debug.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; URL: https://github.com/emacs-php/php-mode
77
;; Keywords: maint
88
;; Version: 1.21.4
9-
;; Package-Requires: ((emacs "24.3") (cl-lib "0.5"))
9+
;; Package-Requires: ((emacs "24.3"))
1010
;; License: GPL-3.0-or-later
1111

1212
;; This program is free software; you can redistribute it and/or modify

Diff for: php-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
;; URL: https://github.com/emacs-php/php-mode
1111
;; Keywords: languages php
1212
;; Version: 1.21.4
13-
;; Package-Requires: ((emacs "24.3") (cl-lib "0.5"))
13+
;; Package-Requires: ((emacs "24.3"))
1414
;; License: GPL-3.0-or-later
1515

1616
(defconst php-mode-version-number "1.21.4"

Diff for: php-project.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Keywords: tools, files
77
;; URL: https://github.com/emacs-php/php-mode
88
;; Version: 1.21.4
9-
;; Package-Requires: ((emacs "24.3") (cl-lib "0.5"))
9+
;; Package-Requires: ((emacs "24.3"))
1010
;; License: GPL-3.0-or-later
1111

1212
;; This program is free software; you can redistribute it and/or modify

Diff for: php.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Version: 1.21.4
88
;; Keywords: languages, php
99
;; Homepage: https://github.com/emacs-php/php-mode
10-
;; Package-Requires: ((emacs "24.3") (cl-lib "0.5"))
10+
;; Package-Requires: ((emacs "24.3"))
1111
;; License: GPL-3.0-or-later
1212

1313
;; This program is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)