]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/keyboard.c (syms_of_keyboard): Fix previous change.
authorRobert Pluim <rpluim@gmail.com>
Fri, 7 Feb 2025 14:48:47 +0000 (15:48 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Feb 2025 08:43:46 +0000 (09:43 +0100)
(cherry picked from commit a62b58648ac54feb8fb81aefdb0461cb11bf6a81)

src/keyboard.c

index fef8cfda156fadcc6e4b2dfe7ddbba0728d3e772..6222aa12aeda5046fc16b2a29dbcdc2c17d3d022 100644 (file)
@@ -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");