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
d06f8010
Commit
d06f8010
authored
Sep 21, 2008
by
Dan Nicolaescu
Browse files
(frame-initialize): Remove spurious setting of
special-display-function with the default value.
parent
00c55306
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/frame.el
lisp/frame.el
+0
-3
No files found.
lisp/ChangeLog
View file @
d06f8010
2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
* frame.el (frame-initialize): Remove spurious setting of
special-display-function with the default value.
2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
* calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
...
...
lisp/frame.el
View file @
d06f8010
...
...
@@ -210,9 +210,6 @@ Pass it BUFFER as first arg, and (cdr ARGS) gives the rest of the args."
(
not
noninteractive
)
(
not
(
eq
initial-window-system
'pc
)))
(
progn
;; Turn on special-display processing only if there's a window system.
(
setq
special-display-function
'special-display-popup-frame
)
;; If there is no frame with a minibuffer besides the terminal
;; frame, then we need to create the opening frame. Make sure
;; it has a minibuffer, but let initial-frame-alist omit the
...
...
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