From a62b58648ac54feb8fb81aefdb0461cb11bf6a81 Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Fri, 7 Feb 2025 15:48:47 +0100 Subject: [PATCH] ; * src/keyboard.c (syms_of_keyboard): Fix previous change. --- src/keyboard.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/keyboard.c b/src/keyboard.c index 2b904b64cbe..ac143af83f4 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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");