projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7803571
)
Use cl-gentemp in another place
author
John Wiegley
<johnw@newartisans.com>
Thu, 7 Dec 2017 06:52:34 +0000
(22:52 -0800)
committer
John Wiegley
<johnw@newartisans.com>
Thu, 7 Dec 2017 06:52:34 +0000
(22:52 -0800)
This avoids "Variable unknown" errors if a byte-compiled init.elc happening to
encounter an error while evaluating an :init or :config block.
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 81d45c03b2b412987d1acd3f9de81e1cf683eae5..82163d01514ad80f2da580864a541b1fe2d1b0d5 100644
(file)
--- a/
lisp/use-package/use-package-core.el
+++ b/
lisp/use-package/use-package-core.el
@@
-1021,7
+1021,7
@@
meaning:
use-package--hush-function)))
(defun use-package-handler/:catch (name keyword arg rest state)
- (let* ((context (cl-gen
sym
"use-package--warning")))
+ (let* ((context (cl-gen
temp
"use-package--warning")))
(cond
((not arg)
(use-package-process-keywords name rest state))