Revert "Fix cps--gensym"

* lisp/emacs-lisp/generator.el (cps--gensym): Revert commit
  fbda511ab8 on 2015-05-14.
This commit is contained in:
Leo Liu 2015-05-16 09:03:29 +08:00
parent 741b224a84
commit e85053f8fe

View file

@ -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