emacs-diffs
[Top][All Lists]
Advanced

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

master 6ac6919f74: zap-to-char: Fix interactive specification


From: Tino Calancha
Subject: master 6ac6919f74: zap-to-char: Fix interactive specification
Date: Mon, 23 May 2022 08:52:24 -0400 (EDT)

branch: master
commit 6ac6919f74c2de91b2eb03de3aab326dcd3c5273
Author: Tino Calancha <tino.calancha@gmail.com>
Commit: Tino Calancha <tino.calancha@gmail.com>

    zap-to-char: Fix interactive specification
    
    * lisp/simple.el (zap-to-char): Include t in the list.
---
 lisp/simple.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 6906675f68..fb1bf3fa74 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -6352,8 +6352,8 @@ If called interactively, do a case sensitive search if 
CHAR
 is an upper-case character."
   (interactive (list (prefix-numeric-value current-prefix-arg)
                     (read-char-from-minibuffer "Zap to char: "
-                                               nil 'read-char-history))
-               t)
+                                               nil 'read-char-history)
+               t))
   ;; Avoid "obsolete" warnings for translation-table-for-input.
   (with-no-warnings
     (if (char-table-p translation-table-for-input)



reply via email to

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