aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 4cac20eb4b7..402d1035c9e 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -12045,14 +12045,14 @@ syms_of_keyboard (void)
12045 pending_funcalls = Qnil; 12045 pending_funcalls = Qnil;
12046 staticpro (&pending_funcalls); 12046 staticpro (&pending_funcalls);
12047 12047
12048 Vlispy_mouse_stem = build_pure_c_string ("mouse"); 12048 Vlispy_mouse_stem = build_string ("mouse");
12049 staticpro (&Vlispy_mouse_stem); 12049 staticpro (&Vlispy_mouse_stem);
12050 12050
12051 regular_top_level_message = build_pure_c_string ("Back to top level"); 12051 regular_top_level_message = build_string ("Back to top level");
12052 staticpro (&regular_top_level_message); 12052 staticpro (&regular_top_level_message);
12053#ifdef HAVE_STACK_OVERFLOW_HANDLING 12053#ifdef HAVE_STACK_OVERFLOW_HANDLING
12054 recover_top_level_message 12054 recover_top_level_message
12055 = build_pure_c_string ("Re-entering top level after C stack overflow"); 12055 = build_string ("Re-entering top level after C stack overflow");
12056 staticpro (&recover_top_level_message); 12056 staticpro (&recover_top_level_message);
12057#endif 12057#endif
12058 DEFVAR_LISP ("internal--top-level-message", Vinternal__top_level_message, 12058 DEFVAR_LISP ("internal--top-level-message", Vinternal__top_level_message,