1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

* 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.
This commit is contained in:
Jim Blandy 1993-05-18 22:40:43 +00:00
parent 4e1b1e7288
commit d202f1f230

View File

@ -211,7 +211,8 @@ These supercede the values given in `default-frame-alist'.")
(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