mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-12 14:30:42 -08:00
Use fresh symbol for argument list
* rcirc.el (rcirc-define-command): Use make-symbol instead of gensym
This commit is contained in:
parent
4a0c0e5606
commit
ec0e46d66b
1 changed files with 1 additions and 1 deletions
|
|
@ -2479,7 +2479,7 @@ that, an interactive form can specified."
|
|||
(insert "\\(.*?\\)")
|
||||
(insert "[[:space:]]*\\'")
|
||||
(buffer-string)))
|
||||
(argument (gensym))
|
||||
(argument (make-symbol "arglist"))
|
||||
documentation
|
||||
interactive-spec)
|
||||
(when (stringp (car body))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue