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
fd11871a
Commit
fd11871a
authored
May 23, 1994
by
Richard M. Stallman
Browse files
(command-line-1): Precompute menu bar before startup msg.
parent
e8f9dff9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
lisp/startup.el
lisp/startup.el
+4
-5
No files found.
lisp/startup.el
View file @
fd11871a
...
...
@@ -404,6 +404,10 @@ this variable, if non-nil; 2. `~/.emacs'; 3. `default.el'.")
(
and
window-setup-hook
(
run-hooks
'window-setup-hook
))
(
setq
window-setup-hook
nil
)
;; Do this now to avoid an annoying delay if the user
;; clicks the menu bar during the sit-for.
(
precompute-menubar-bindings
)
(
setq
menubar-bindings-done
t
)
(
unwind-protect
(
progn
(
insert
(
emacs-version
)
...
...
@@ -437,11 +441,6 @@ GNU Emacs comes with ABSOLUTELY NO WARRANTY; type \\[describe-no-warranty] for f
You may give out copies of Emacs; type \\[describe-copying] to see the conditions.
Type \\[describe-distribution] for information on getting the latest version."
)))
(
set-buffer-modified-p
nil
)
;; Do this now to avoid an annoying delay if the user
;; clicks the menu bar during the sit-for.
(
sit-for
0
)
(
precompute-menubar-bindings
)
(
setq
menubar-bindings-done
t
)
(
sit-for
120
))
(
save-excursion
;; In case the Emacs server has already selected
...
...
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