mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-12 09:00:40 -08:00
* rcirc.el (rcirc-define-command): Fix interactive-spec generation
* rcirc.el (rcirc-define-command): Wrap interactive spec in a list call.
This commit is contained in:
parent
97059bcdff
commit
044dd1e210
1 changed files with 1 additions and 1 deletions
|
|
@ -2583,7 +2583,7 @@ that, an interactive form can specified."
|
|||
,(concat documentation
|
||||
"\n\nNote: If PROCESS or TARGET are nil, the values given"
|
||||
"\nby `rcirc-buffer-process' and `rcirc-target' will be used.")
|
||||
(interactive ,interactive-spec)
|
||||
(interactive (list ,interactive-spec))
|
||||
(unless (if (listp ,argument)
|
||||
(<= ,required (length ,argument) ,total)
|
||||
(string-match ,regexp ,argument))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue