[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/frame.c
From: |
Per Abrahamsen |
Subject: |
[Emacs-diffs] Changes to emacs/src/frame.c |
Date: |
Tue, 05 Mar 2002 03:36:33 -0500 |
Index: emacs/src/frame.c
diff -c emacs/src/frame.c:1.281 emacs/src/frame.c:1.282
*** emacs/src/frame.c:1.281 Wed Feb 20 18:44:18 2002
--- emacs/src/frame.c Tue Mar 5 03:36:32 2002
***************
*** 2514,2520 ****
For values specific to the separate minibuffer frame, see
`minibuffer-frame-alist'.
The `menu-bar-lines' element of the list controls whether new frames
! have menu bars; `menu-bar-mode' works by altering this element. */);
Vdefault_frame_alist = Qnil;
Qinhibit_default_face_x_resources
--- 2514,2521 ----
For values specific to the separate minibuffer frame, see
`minibuffer-frame-alist'.
The `menu-bar-lines' element of the list controls whether new frames
! have menu bars; `menu-bar-mode' works by altering this element.
! Setting this variable does not affect exsiting frames, only new ones. */);
Vdefault_frame_alist = Qnil;
Qinhibit_default_face_x_resources
- [Emacs-diffs] Changes to emacs/src/frame.c,
Per Abrahamsen <=