antiquote argument in macro
Ignore-this: 737b25283081ca375d7556539b89b6d8 darcs-hash:20120304123503-33bd9-23cae46c3a4812afa3104319891acf339f0489d2
This commit is contained in:
parent
6e480b8299
commit
afe9eed0b0
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue