aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPer Abrahamsen2002-03-05 08:36:32 +0000
committerPer Abrahamsen2002-03-05 08:36:32 +0000
commit673341317eb135e1d1401dfa48dd2e0d6fd97bc6 (patch)
treee57b300e60d5d606e8eb2c173c002c5883644e8b /src
parent1f31cd602858d168d5c5fed6d3a9870c904c8364 (diff)
downloademacs-673341317eb135e1d1401dfa48dd2e0d6fd97bc6.tar.gz
emacs-673341317eb135e1d1401dfa48dd2e0d6fd97bc6.zip
2002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
* frame.c (default-frame-alist): Explain that setting it doesn't affect existing frames.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/frame.c3
2 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 40706a5c94a..e796c9bd2b4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12002-03-05 Per Abrahamsen <abraham@dina.kvl.dk>
2
3 * frame.c (default-frame-alist): Explain that setting it doesn't
4 affect existing frames.
5
12002-03-04 Stefan Monnier <monnier@cs.yale.edu> 62002-03-04 Stefan Monnier <monnier@cs.yale.edu>
2 7
3 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c, 8 * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
diff --git a/src/frame.c b/src/frame.c
index e4e3e3b4c3d..54acbe0c8c9 100644
--- a/src/frame.c
+++ b/src/frame.c
@@ -2514,7 +2514,8 @@ For values specific to the first Emacs frame, see `initial-frame-alist'.
2514For values specific to the separate minibuffer frame, see 2514For values specific to the separate minibuffer frame, see
2515 `minibuffer-frame-alist'. 2515 `minibuffer-frame-alist'.
2516The `menu-bar-lines' element of the list controls whether new frames 2516The `menu-bar-lines' element of the list controls whether new frames
2517 have menu bars; `menu-bar-mode' works by altering this element. */); 2517 have menu bars; `menu-bar-mode' works by altering this element.
2518Setting this variable does not affect exsiting frames, only new ones. */);
2518 Vdefault_frame_alist = Qnil; 2519 Vdefault_frame_alist = Qnil;
2519 2520
2520 Qinhibit_default_face_x_resources 2521 Qinhibit_default_face_x_resources