Mercurial > emacs
changeset 2870:cd270fa53052
* frame.el (frame-notice-user-settings): Don't make
frame-initial-frame unbound; just set it to nil.
* startup.el (command-line-1): Call frame-notice-user-settings
before displaying the startup message.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Tue, 18 May 1993 22:40:43 +0000 |
parents | d370b253473b |
children | 6b9c0ce0bcb8 |
files | lisp/frame.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/frame.el Tue May 18 22:39:51 1993 +0000 +++ b/lisp/frame.el Tue May 18 22:40:43 1993 +0000 @@ -211,7 +211,8 @@ (set-buffer old-buffer) ;; Make sure the initial frame can be GC'd if it is ever deleted. - (makunbound 'frame-initial-frame))) + ;; Make sure frame-notice-user-settings does nothing if called twice. + (setq frame-initial-frame nil))) ;;;; Creation of additional frames, and other frame miscellanea