From: Robert Pluim Date: Fri, 7 Feb 2025 14:48:47 +0000 (+0100) Subject: ; * src/keyboard.c (syms_of_keyboard): Fix previous change. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6299b911679372db28e24d33a8a0f055ea0cd71;p=emacs.git ; * src/keyboard.c (syms_of_keyboard): Fix previous change. (cherry picked from commit a62b58648ac54feb8fb81aefdb0461cb11bf6a81) --- diff --git a/src/keyboard.c b/src/keyboard.c index fef8cfda156..6222aa12aed 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -13953,7 +13953,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");