Mercurial > emacs
changeset 98289:a923103ca68c
(frame-initialize): Remove spurious setting of
special-display-function with the default value.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 21 Sep 2008 22:58:41 +0000 |
parents | 0e01cc1dc57b |
children | 90bc7e356363 |
files | lisp/ChangeLog lisp/frame.el |
diffstat | 2 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Sep 21 17:34:10 2008 +0000 +++ b/lisp/ChangeLog Sun Sep 21 22:58:41 2008 +0000 @@ -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.
--- a/lisp/frame.el Sun Sep 21 17:34:10 2008 +0000 +++ b/lisp/frame.el Sun Sep 21 22:58:41 2008 +0000 @@ -210,9 +210,6 @@ (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