aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 85c384b8180..d79ff89ed67 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -2923,7 +2923,7 @@ You type Translation\n\
2923 char *title, *p; 2923 char *title, *p;
2924 2924
2925 if (!SYMBOLP (modes[i])) 2925 if (!SYMBOLP (modes[i]))
2926 abort (); 2926 emacs_abort ();
2927 2927
2928 p = title = alloca (42 + SCHARS (SYMBOL_NAME (modes[i]))); 2928 p = title = alloca (42 + SCHARS (SYMBOL_NAME (modes[i])));
2929 *p++ = '\f'; 2929 *p++ = '\f';