]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix cps--gensym
authorLeo Liu <sdl.web@gmail.com>
Thu, 14 May 2015 03:18:54 +0000 (11:18 +0800)
committerLeo Liu <sdl.web@gmail.com>
Thu, 14 May 2015 03:19:14 +0000 (11:19 +0800)
* lisp/emacs-lisp/generator.el (cps--gensym): Fix.

lisp/emacs-lisp/generator.el

index 8251682590e5f662b58001eb753e2149b2c1b1d9..65def39bf2e9c5133724736144944df29c69f11f 100644 (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 ,fmt))
+  `(make-symbol (format ,fmt . ,args)))
 
 (defvar cps--dynamic-wrappers '(identity)
   "List of transformer functions to apply to atomic forms we