Mercurial > emacs
changeset 2761:26bad513fbb0
(command-line): Call frame-initialize explicitly.
Call face-initialize.
(normal-top-level): Call frame-notice-user-settings explicitly.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 13 May 1993 03:14:39 +0000 |
parents | 1c7595e3089b |
children | dd28ed1e1928 |
files | lisp/startup.el |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/startup.el Thu May 13 03:14:07 1993 +0000 +++ b/lisp/startup.el Thu May 13 03:14:39 1993 +0000 @@ -147,6 +147,7 @@ (run-hooks 'emacs-startup-hook) (and term-setup-hook (run-hooks 'term-setup-hook)) + (frame-notice-user-settings) (and window-setup-hook (run-hooks 'window-setup-hook))))) @@ -212,6 +213,11 @@ ;; Re-attach the program name to the front of the arg list. (setcdr command-line-args args)) + ;; Under X Windows, this creates the X frame and deletes the terminal frame. + (frame-initialize) + + (face-initialize) + (run-hooks 'before-init-hook) ;; Run the site-start library if it exists. The point of this file is