* rcirc.el (rcirc-define-command): Mention name of malformed command
Author:
This commit is contained in:
parent
e3f456255b
commit
f222fe6163
1 changed files with 1 additions and 1 deletions
|
@ -2455,7 +2455,7 @@ that, an interactive form can specified."
|
|||
(unless (if (listp ,argument)
|
||||
(not (<= ,required (length ,argument) ,total))
|
||||
(string-match ,regexp ,argument))
|
||||
(user-error "Malformed input: %S" ',arguments))
|
||||
(user-error "Malformed input (%s): %S" ,command ',arguments))
|
||||
(let ((process (or process (rcirc-buffer-process)))
|
||||
(target (or target rcirc-target)))
|
||||
(ignore target process)
|
||||
|
|
Loading…
Add table
Reference in a new issue