1
Fork 0
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:
Dave Abrahams 2013-12-02 10:44:28 -08:00
parent 90ca8adc41
commit f3e9e871a6

View file

@ -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'."