defsubr (&Sx_parse_geometry);
defsubr (&Sreconsider_frame_fonts);
#endif
+
+#ifdef HAVE_WINDOW_SYSTEM
+ DEFSYM (Qmove_toolbar, "move-toolbar");
+
+ /* The `tool-bar-position' frame parameter is supported on GTK and
+ builds using the internal tool bar. Providing this feature
+ causes menu-bar.el to provide `tool-bar-position' as a user
+ option. */
+
+#if !defined HAVE_EXT_TOOL_BAR || defined USE_GTK
+ Fprovide (Qmove_toolbar, Qnil);
+#endif /* !HAVE_EXT_TOOL_BAR || USE_GTK */
+#endif /* HAVE_WINDOW_SYSTEM */
}
DEFSYM (Qcoding, "coding");
-#ifdef HAVE_WINDOW_SYSTEM
- DEFSYM (Qmove_toolbar, "move-toolbar");
-
- /* The `tool-bar-position' frame parameter is supported on GTK and
- builds using the internal tool bar. Providing this feature
- causes menu-bar.el to provide `tool-bar-position' as a user
- option. */
-
-#if !defined HAVE_EXT_TOOL_BAR || defined USE_GTK
- Fprovide (Qmove_toolbar, Qnil);
-#endif /* !HAVE_EXT_TOOL_BAR || USE_GTK */
-#endif /* HAVE_WINDOW_SYSTEM */
-
Fset (Qecho_area_clear_hook, Qnil);
#ifdef USE_LUCID