projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c65a334
)
Add another `declare'
author
John Wiegley
<johnw@newartisans.com>
Thu, 25 Feb 2016 23:16:04 +0000
(15:16 -0800)
committer
John Wiegley
<johnw@newartisans.com>
Thu, 25 Feb 2016 23:16:04 +0000
(15:16 -0800)
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 674861941690e06b3a5621cb4dcc1735365269f2..baa50b0270f8b5c245d0fb0473efc68fac0f51e0 100644
(file)
--- a/
lisp/use-package/use-package.el
+++ b/
lisp/use-package/use-package.el
@@
-357,6
+357,7
@@
Unless the KEYWORD being processed intends to ignore remaining
keywords, it must call this function recursively, passing in the
plist with its keyword and argument removed, and passing in the
next value for the STATE."
+ (declare (indent 1))
(unless (null plist)
(let* ((keyword (car plist))
(arg (cadr plist))