]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix mistake in describe-buffer-bindings
authorStefan Kangas <stefan@marxist.se>
Mon, 9 Nov 2020 21:23:04 +0000 (22:23 +0100)
committerStefan Kangas <stefan@marxist.se>
Thu, 12 Nov 2020 01:58:02 +0000 (02:58 +0100)
* 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

index e5b4781076f2823856c8070b31ab4e9ff0720c78..181dcdad3adc623cefbd2712107186190c86479e 100644 (file)
@@ -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.  */