]> git.eshelyaron.com Git - emacs.git/commitdiff
(frame-initialize): Remove spurious setting of
authorDan Nicolaescu <dann@ics.uci.edu>
Sun, 21 Sep 2008 22:58:41 +0000 (22:58 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sun, 21 Sep 2008 22:58:41 +0000 (22:58 +0000)
special-display-function with the default value.

lisp/ChangeLog
lisp/frame.el

index 1f0c6dd1678a9adedbac92009a7a3e95d6cd02a5..a43dd64ed2eb0845e7e5172dcf3db0f8ef07d517 100644 (file)
@@ -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.
index cbf4c9f1372c73f64c406f885650caa9fe3a9937..2c8badf90c2b572be3f239998d3c291ed0ff6ba6 100644 (file)
@@ -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