From: Dan Nicolaescu Date: Sun, 21 Sep 2008 22:58:41 +0000 (+0000) Subject: (frame-initialize): Remove spurious setting of X-Git-Tag: emacs-pretest-23.0.90~2816 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d06f8010663c3eacd0fd873f816803a6ffceb692;p=emacs.git (frame-initialize): Remove spurious setting of special-display-function with the default value. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1f0c6dd1678..a43dd64ed2e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2008-09-21 Dan Nicolaescu + + * frame.el (frame-initialize): Remove spurious setting of + special-display-function with the default value. + 2008-09-20 Vincent Belaïche * calc/calc-vec.el (calcFunc-venum): Properly handle intervals. diff --git a/lisp/frame.el b/lisp/frame.el index cbf4c9f1372..2c8badf90c2 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -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