diff src/emacs.c @ 763:f2efaa0394de

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 13 Jul 1992 19:50:55 +0000
parents a8d94735277e
children 6aabed5f5d58
line wrap: on
line diff
--- a/src/emacs.c	Mon Jul 13 18:39:10 1992 +0000
+++ b/src/emacs.c	Mon Jul 13 19:50:55 1992 +0000
@@ -425,7 +425,7 @@
   if (!noninteractive)
     {
 #ifdef VMS
-      init_vms_input ();/* init_display calls get_screen_size, that needs this */
+      init_vms_input ();/* init_display calls get_frame_size, that needs this */
 #endif /* VMS */
       init_display ();	/* Determine terminal type.  init_sys_modes uses results */
     }
@@ -494,8 +494,8 @@
       syms_of_mocklisp ();
       syms_of_process ();
       syms_of_search ();
-#ifdef MULTI_SCREEN
-      syms_of_screen ();
+#ifdef MULTI_FRAME
+      syms_of_frame ();
 #endif
       syms_of_syntax ();
       syms_of_undo ();