Fix cps--gensym
* lisp/emacs-lisp/generator.el (cps--gensym): Fix.
This commit is contained in:
parent
912d4a4935
commit
fbda511ab8
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
;; Change this function to use `cl-gensym' if you want the generated
|
||||
;; code to be easier to read and debug.
|
||||
;; (cl-gensym (apply #'format fmt args))
|
||||
`(make-symbol ,fmt))
|
||||
`(make-symbol (format ,fmt . ,args)))
|
||||
|
||||
(defvar cps--dynamic-wrappers '(identity)
|
||||
"List of transformer functions to apply to atomic forms we
|
||||
|
|
Loading…
Add table
Reference in a new issue