comparison lisp/frame.el @ 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 6cf707f7e962
children 7f884de2ee8d
comparison
equal deleted inserted replaced
98288:0e01cc1dc57b 98289:a923103ca68c
208 ;; Are we actually running under a window system at all? 208 ;; Are we actually running under a window system at all?
209 (if (and initial-window-system 209 (if (and initial-window-system
210 (not noninteractive) 210 (not noninteractive)
211 (not (eq initial-window-system 'pc))) 211 (not (eq initial-window-system 'pc)))
212 (progn 212 (progn
213 ;; Turn on special-display processing only if there's a window system.
214 (setq special-display-function 'special-display-popup-frame)
215
216 ;; If there is no frame with a minibuffer besides the terminal 213 ;; If there is no frame with a minibuffer besides the terminal
217 ;; frame, then we need to create the opening frame. Make sure 214 ;; frame, then we need to create the opening frame. Make sure
218 ;; it has a minibuffer, but let initial-frame-alist omit the 215 ;; it has a minibuffer, but let initial-frame-alist omit the
219 ;; minibuffer spec. 216 ;; minibuffer spec.
220 (or (delq terminal-frame (minibuffer-frame-list)) 217 (or (delq terminal-frame (minibuffer-frame-list))