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
57ac0298
Commit
57ac0298
authored
Sep 27, 2000
by
Gerd Moellmann
Browse files
(frame-notice-user-settings): Don't call
frame-update-faces, which is a no-op now.
parent
8901d1ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
lisp/frame.el
lisp/frame.el
+1
-3
No files found.
lisp/frame.el
View file @
57ac0298
...
...
@@ -409,9 +409,7 @@ React to settings of `default-frame-alist', `initial-frame-alist' there."
(
when
(
assq
'background-color
newparms
)
(
unless
(
assq
'background-mode
newparms
)
(
frame-set-background-mode
frame-initial-frame
))
(
face-set-after-frame-default
frame-initial-frame
))
(
if
(
assq
'font
newparms
)
(
frame-update-faces
frame-initial-frame
)))))
(
face-set-after-frame-default
frame-initial-frame
)))))
;; Restore the original buffer.
(
set-buffer
old-buffer
)
...
...
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