Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
efd19407
Commit
efd19407
authored
Jul 26, 1993
by
Richard M. Stallman
Browse files
(normal-top-level): Call font-menu-add-default.
parent
5a41ab94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
lisp/startup.el
lisp/startup.el
+5
-0
No files found.
lisp/startup.el
View file @
efd19407
...
...
@@ -148,8 +148,13 @@ directory name of the directory where the `.emacs' file was looked for.")
(
run-hooks
'emacs-startup-hook
)
(
and
term-setup-hook
(
run-hooks
'term-setup-hook
))
;; Modify the initial frame based on what .emacs puts into
;; ...-frame-alist.
(
if
(
fboundp
'frame-notice-user-settings
)
(
frame-notice-user-settings
))
;; Now we know the user's default font, so add it to the menu.
(
if
(
fboundp
'font-menu-add-default
)
(
font-menu-add-default
))
(
and
window-setup-hook
(
run-hooks
'window-setup-hook
)))))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment