diff options
| author | Jim Blandy | 1992-08-12 13:48:45 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-08-12 13:48:45 +0000 |
| commit | 45ee4e3f2b8c61bdba1f2f027b3b57a13bad8a2b (patch) | |
| tree | b9497ad79a72cfd91ee61d40db3577252d942303 /src/emacs.c | |
| parent | c2662aea9a59b3442a9a27f897e89f35ad10a440 (diff) | |
| download | emacs-45ee4e3f2b8c61bdba1f2f027b3b57a13bad8a2b.tar.gz emacs-45ee4e3f2b8c61bdba1f2f027b3b57a13bad8a2b.zip | |
* 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.
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emacs.c b/src/emacs.c index 92d9411189e..1b084734c5e 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -494,9 +494,7 @@ main (argc, argv, envp) | |||
| 494 | syms_of_mocklisp (); | 494 | syms_of_mocklisp (); |
| 495 | syms_of_process (); | 495 | syms_of_process (); |
| 496 | syms_of_search (); | 496 | syms_of_search (); |
| 497 | #ifdef MULTI_FRAME | ||
| 498 | syms_of_frame (); | 497 | syms_of_frame (); |
| 499 | #endif | ||
| 500 | syms_of_syntax (); | 498 | syms_of_syntax (); |
| 501 | syms_of_undo (); | 499 | syms_of_undo (); |
| 502 | #ifdef VMS | 500 | #ifdef VMS |