projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90ca8ad
)
Backward compatibility with emacs-22.1
author
Dave Abrahams
<dave@boostpro.com>
Mon, 2 Dec 2013 18:44:28 +0000
(10:44 -0800)
committer
Dave Abrahams
<dave@boostpro.com>
Mon, 2 Dec 2013 18:44:28 +0000
(10:44 -0800)
This change supports the emacs that ships with MacOS X, the last version not encumbered by GPLv3.
lisp/use-package/use-package.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package.el
b/lisp/use-package/use-package.el
index f91be03b22b30a9b97dae15e19940a41d714f78b..03bec74602a24a81d86b31a57a505a6c172b5a40 100644
(file)
--- a/
lisp/use-package/use-package.el
+++ b/
lisp/use-package/use-package.el
@@
-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'."