mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
Backward compatibility with emacs-22.1
This change supports the emacs that ships with MacOS X, the last version not encumbered by GPLv3.
This commit is contained in:
parent
90ca8adc41
commit
f3e9e871a6
|
|
@ -261,7 +261,8 @@
|
|||
(require 'bytecomp)
|
||||
(require 'diminish nil t)
|
||||
|
||||
(declare-function package-installed-p 'package)
|
||||
(when fboundp 'declare-function
|
||||
(declare-function package-installed-p 'package))
|
||||
|
||||
(defgroup use-package nil
|
||||
"A use-package declaration for simplifying your `.emacs'."
|
||||
|
|
|
|||
Loading…
Reference in a new issue