changeset 963:4441c4bcb376

* emacs.c (main): Call syms_of_frame unconditionally. When MULTI_FRAME is not defined, it still provides the Fframe_width, Fframe_height, Fset_frame_width, and Fset_frame_height functions.
author Jim Blandy <jimb@redhat.com>
date Wed, 12 Aug 1992 13:48:45 +0000
parents 3533821d6edc
children ea0c91e13641
files src/emacs.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Wed Aug 12 13:46:12 1992 +0000
+++ b/src/emacs.c	Wed Aug 12 13:48:45 1992 +0000
@@ -494,9 +494,7 @@
       syms_of_mocklisp ();
       syms_of_process ();
       syms_of_search ();
-#ifdef MULTI_FRAME
       syms_of_frame ();
-#endif
       syms_of_syntax ();
       syms_of_undo ();
 #ifdef VMS