diff src/emacs.c @ 9572:b36d5e88cccc

*** empty log message ***
author Morten Welinder <terra@diku.dk>
date Mon, 17 Oct 1994 08:42:36 +0000
parents b2ca75d3a5cb
children cfc5a79852e8
line wrap: on
line diff
--- a/src/emacs.c	Mon Oct 17 08:04:13 1994 +0000
+++ b/src/emacs.c	Mon Oct 17 08:42:36 1994 +0000
@@ -787,6 +787,11 @@
 #endif /* HAVE_X_MENU */
 #endif /* HAVE_X_WINDOWS */
 
+#if defined (MSDOS) && !defined (HAVE_X_WINDOWS)
+      syms_of_xfaces ();
+      syms_of_xmenu ();
+#endif
+
 #ifdef SYMS_SYSTEM
       SYMS_SYSTEM;
 #endif