]> git.eshelyaron.com Git - emacs.git/commitdiff
* rcirc.el (rcirc-define-command): Mention name of malformed command
authorPhilip Kaludercic <philipk@posteo.net>
Fri, 2 Jul 2021 18:11:08 +0000 (20:11 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Fri, 2 Jul 2021 18:11:08 +0000 (20:11 +0200)
Author:

lisp/net/rcirc.el

index 154413871c74cf1265e27addb278e82506a1248f..4f8d9612c6afa9c04cd4c902f64079efa17a87c3 100644 (file)
@@ -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)