emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e7d6430 3/3: Merge from origin/emacs-28


From: Stefan Kangas
Subject: master e7d6430 3/3: Merge from origin/emacs-28
Date: Mon, 15 Nov 2021 01:18:09 -0500 (EST)

branch: master
commit e7d64300aa67162132a4bc8bbb1741ccec1caac5
Merge: 7f85e10 044dd1e
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Merge from origin/emacs-28
    
    044dd1e210 * rcirc.el (rcirc-define-command): Fix interactive-spec ge...
---
 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 52d74a3..5c92c60 100644
--- a/lisp/net/rcirc.el
+++ b/lisp/net/rcirc.el
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]