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
aaf2aa92
Commit
aaf2aa92
authored
Apr 21, 1997
by
Richard M. Stallman
Browse files
(make-frame): Don't call custom-initialize-frame.
parent
d11fba25
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
lisp/frame.el
lisp/frame.el
+0
-2
No files found.
lisp/frame.el
View file @
aaf2aa92
...
...
@@ -458,8 +458,6 @@ on `after-make-frame-functions' are run with one arg, the newly created frame."
(
interactive
)
(
run-hooks
'before-make-frame-hook
)
(
let
((
frame
(
funcall
frame-creation-function
parameters
)))
(
if
(
featurep
'cus-face
)
(
custom-initialize-frame
frame
))
(
run-hook-with-args
'after-make-frame-functions
frame
)
frame
))
...
...
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