emacs-diffs
[Top][All Lists]
Advanced

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

master ccf2576 1/3: Fix mistake in describe-buffer-bindings


From: Stefan Kangas
Subject: master ccf2576 1/3: Fix mistake in describe-buffer-bindings
Date: Wed, 11 Nov 2020 21:13:55 -0500 (EST)

branch: master
commit ccf2576081dbd629765214493d08c58e28ee23dc
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Fix mistake in describe-buffer-bindings
    
    * src/keymap.c (Fdescribe_buffer_bindings): Fix a call in
    describe-buffer-bindings.  This fixes a mistake in my previous commit
    to prefer the Lisp version of describe-map-tree (8a1441310aa1), where
    0 was accidentally converted to Qt in two places.
---
 src/keymap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/keymap.c b/src/keymap.c
index e5b4781..181dcda 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -2926,7 +2926,7 @@ You type        Translation\n\
       CALLN (Ffuncall,
             Qdescribe_map_tree,
             KVAR (current_kboard, Vlocal_function_key_map), Qnil, Qnil, prefix,
-            msg, nomenu, Qt, Qt, Qt);
+            msg, nomenu, Qt, Qnil, Qnil);
     }
 
   /* Print the input-decode-map translations under this prefix.  */



reply via email to

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