mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 19:29:37 +00:00
Use cl-gentemp in another place
This avoids "Variable unknown" errors if a byte-compiled init.elc happening to encounter an error while evaluating an :init or :config block.
This commit is contained in:
parent
7803571280
commit
96ecfab9e4
1 changed files with 1 additions and 1 deletions
|
@ -1021,7 +1021,7 @@ meaning:
|
|||
use-package--hush-function)))
|
||||
|
||||
(defun use-package-handler/:catch (name keyword arg rest state)
|
||||
(let* ((context (cl-gensym "use-package--warning")))
|
||||
(let* ((context (cl-gentemp "use-package--warning")))
|
||||
(cond
|
||||
((not arg)
|
||||
(use-package-process-keywords name rest state))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue