; * src/keyboard.c (syms_of_keyboard): Fix previous change.

This commit is contained in:
Robert Pluim 2025-02-07 15:48:47 +01:00
parent 0065c9dbb8
commit a62b58648a

View file

@ -13965,7 +13965,10 @@ function is called to remap that sequence. */);
pdumper_do_now_and_after_load (syms_of_keyboard_for_pdumper);
DEFSYM (Qactivate_mark_hook, "activate-mark-hook");
#ifdef HAVE_NS
DEFSYM (Qns_put_working_text, "ns-put-working-text");
DEFSYM (Qns_unput_working_text, "ns-unput-working-text");
#endif
DEFSYM (Qinternal_timer_start_idle, "internal-timer-start-idle");
DEFSYM (Qconcat, "concat");
DEFSYM (Qsuspend_hook, "suspend-hook");