projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0068501
)
use-package-normalize/:disabled has the wrong number of arguments
author
John Wiegley
<johnw@newartisans.com>
Fri, 8 Dec 2017 08:28:14 +0000
(
00:28
-0800)
committer
John Wiegley
<johnw@newartisans.com>
Fri, 8 Dec 2017 08:28:14 +0000
(
00:28
-0800)
lisp/use-package/use-package-core.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package-core.el
b/lisp/use-package/use-package-core.el
index 9e32fb477d3907388a61cca834be3aa7a984b2a0..e700c1c110b71ab2669ccbab77c506876e9d9d60 100644
(file)
--- a/
lisp/use-package/use-package-core.el
+++ b/
lisp/use-package/use-package-core.el
@@
-974,7
+974,7
@@
meaning:
;; Don't alias this to `ignore', as that will cause the resulting
;; function to be interactive.
-(defun use-package-normalize/:disabled (name keyword arg
rest state
))
+(defun use-package-normalize/:disabled (name keyword arg))
(defun use-package-handler/:disabled (name keyword arg rest state)
(use-package-process-keywords name rest state))