From f222fe6163c63966c9f0128dd5ea6b06ff428628 Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Fri, 2 Jul 2021 20:11:08 +0200 Subject: [PATCH] * rcirc.el (rcirc-define-command): Mention name of malformed command Author: --- lisp/net/rcirc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/net/rcirc.el b/lisp/net/rcirc.el index 154413871c7..4f8d9612c6a 100644 --- a/lisp/net/rcirc.el +++ b/lisp/net/rcirc.el @@ -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) -- 2.39.2