comparison src/frame.c @ 83226:9ea0f6980511

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-672 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-266
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 13 Nov 2004 18:21:48 +0000
parents 159920fd1024 c6da09b5384b
children 2a3f27a45698
comparison
equal deleted inserted replaced
83225:07964164a825 83226:9ea0f6980511
4283 #endif 4283 #endif
4284 4284
4285 DEFVAR_LISP ("default-frame-alist", &Vdefault_frame_alist, 4285 DEFVAR_LISP ("default-frame-alist", &Vdefault_frame_alist,
4286 doc: /* Alist of default values for frame creation. 4286 doc: /* Alist of default values for frame creation.
4287 These may be set in your init file, like this: 4287 These may be set in your init file, like this:
4288 (setq default-frame-alist '((width . 80) (height . 55) (menu-bar-lines . 1)) 4288 (setq default-frame-alist '((width . 80) (height . 55) (menu-bar-lines . 1)))
4289 These override values given in window system configuration data, 4289 These override values given in window system configuration data,
4290 including X Windows' defaults database. 4290 including X Windows' defaults database.
4291 For values specific to the first Emacs frame, see `initial-frame-alist'. 4291 For values specific to the first Emacs frame, see `initial-frame-alist'.
4292 For values specific to the separate minibuffer frame, see 4292 For values specific to the separate minibuffer frame, see
4293 `minibuffer-frame-alist'. 4293 `minibuffer-frame-alist'.