antiquote argument in macro

Ignore-this: 737b25283081ca375d7556539b89b6d8

darcs-hash:20120304123503-33bd9-23cae46c3a4812afa3104319891acf339f0489d2
This commit is contained in:
wojciech.meyer 2012-03-04 13:35:03 +01:00
parent 6e480b8299
commit afe9eed0b0
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ byte-compiling."
(utop-choose symbol))
(defmacro utop-choose-call (symbol &rest args)
`(,(utop-choose symbol) args))
`(,(utop-choose symbol) ,@args))
(defmacro utop-choose-defun (symbol &rest args)
`(defun ,(utop-choose symbol) ,@args))