aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keymap.c b/src/keymap.c
index e64a3264164..2dbf35972a3 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -1938,6 +1938,7 @@ nominal alternate\n\
1938 describe_map_tree (current_global_map, 0, shadow, prefix, 1938 describe_map_tree (current_global_map, 0, shadow, prefix,
1939 "Global Bindings", 0); 1939 "Global Bindings", 0);
1940 1940
1941 call0 (intern ("help-mode"));
1941 Fset_buffer (descbuf); 1942 Fset_buffer (descbuf);
1942 UNGCPRO; 1943 UNGCPRO;
1943 return Qnil; 1944 return Qnil;