(frame-initialize): Remove spurious setting of
special-display-function with the default value.
This commit is contained in:
parent
00c5530674
commit
d06f801066
2 changed files with 5 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue