mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08: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
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue