Revert "Fix cps--gensym"
* lisp/emacs-lisp/generator.el (cps--gensym): Revert commit
fbda511ab8
on 2015-05-14.
This commit is contained in:
parent
741b224a84
commit
e85053f8fe
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 (format ,fmt . ,args)))
|
||||
`(make-symbol ,fmt))
|
||||
|
||||
(defvar cps--dynamic-wrappers '(identity)
|
||||
"List of transformer functions to apply to atomic forms we
|
||||
|
|
Loading…
Add table
Reference in a new issue