]> git.eshelyaron.com Git - emacs.git/commitdiff
2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
authorPer Abrahamsen <abraham@dina.kvl.dk>
Tue, 5 Mar 2002 08:36:32 +0000 (08:36 +0000)
committerPer Abrahamsen <abraham@dina.kvl.dk>
Tue, 5 Mar 2002 08:36:32 +0000 (08:36 +0000)
* frame.c (default-frame-alist): Explain that setting it doesn't
affect existing frames.

src/ChangeLog
src/frame.c

index 40706a5c94abeeb0a0ee49576956741582f530e5..e796c9bd2b438d254dac06527cb14810bdd17a76 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * frame.c (default-frame-alist): Explain that setting it doesn't
+       affect existing frames.
+
 2002-03-04  Stefan Monnier  <monnier@cs.yale.edu>
 
        * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
index e4e3e3b4c3d4dcd0e477cd3ccfe898cea48bf36e..54acbe0c8c9d299b3dbdb62b60138a0589e881cf 100644 (file)
@@ -2514,7 +2514,8 @@ For values specific to the first Emacs frame, see `initial-frame-alist'.
 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.  */);
+ 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