1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Merge pull request from dabrahams/patch-1

Backward compatibility with emacs-22.1
GitHub-reference: https://github.com/jwiegley/use-package/issues/67
This commit is contained in:
John Wiegley 2013-12-04 08:49:31 -08:00
commit d4bf41eb82

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