]> git.eshelyaron.com Git - emacs.git/commitdiff
Make Qhide declaration non-target-specific
authorMattias Engdegård <mattiase@acm.org>
Sun, 22 Aug 2021 08:56:39 +0000 (10:56 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sun, 22 Aug 2021 08:59:17 +0000 (10:59 +0200)
* src/xfns.c (syms_of_xfns): Move DEFSYM from here...
* src/menu.c (syms_of_menu): ... to here.
This fixes the NS build after dd7d966eb40b.

src/menu.c
src/xfns.c

index 4edd4ce33f9155f16f33de98259d17f7fb361ae1..d43360ec4ea72fd168374db587cc8604eef63598 100644 (file)
@@ -1579,6 +1579,8 @@ syms_of_menu (void)
   menu_items = Qnil;
   staticpro (&menu_items);
 
+  DEFSYM (Qhide, "hide");
+
   defsubr (&Sx_popup_menu);
   defsubr (&Sx_popup_dialog);
   defsubr (&Smenu_bar_menu_at_x_y);
index 81349d0b50db331642b6c9bddf05358e23afa713..0d0335c299732f43eeef68a919a65cddbf2cafea 100644 (file)
@@ -7836,7 +7836,6 @@ syms_of_xfns (void)
   DEFSYM (Qfont_parameter, "font-parameter");
   DEFSYM (Qmono, "mono");
   DEFSYM (Qassq_delete_all, "assq-delete-all");
-  DEFSYM (Qhide, "hide");
   DEFSYM (Qresize_mode, "resize-mode");
 
 #ifdef USE_CAIRO