comparison lisp/term/pc-win.el @ 85500:0dcd1f3c9909

* textmodes/reftex.el: Move require easymenu before first use. (reftex-info): Require info at compile too. * textmodes/org-publish.el (org-publish-org-to-html) (org-publish-org-to): Require org at compile time too. (org-publish-attachment): Require at compile time too. * term/tty-colors.el (w32-tty-standard-colors): Pacify byte-compiler. * term/pc-win.el (frame-creation-function-alist): Add to this instead of setting frame-creation-function. * play/blackbox.el (bb-up, bb-down): Use forward-line. * net/rcirc.el (rcirc-markup-text-functions): Move definition earlier. * calendar/todo-mode.el: Require calendar at compile time. * calendar/cal-islam.el: Require diary-lib at compile time. * calendar/cal-hebrew.el: Require diary-lib and holidays at compile time. * w32-vars.el: Provide w32-vars. * term/w32-win.el: Require w32-vars. (w32-color-map): Pacify byte-compiler. * loadup.el: Load w32-wars before term/w32-win.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 21 Oct 2007 00:24:32 +0000
parents 030ae62d5c57
children 22dc0bc9daf8 4bc33ffdda1a
comparison
equal deleted inserted replaced
85499:0fdf639d434f 85500:0dcd1f3c9909
128 (face-set-after-frame-default frame) 128 (face-set-after-frame-default frame)
129 (setq success t)) 129 (setq success t))
130 (unless success (delete-frame frame))) 130 (unless success (delete-frame frame)))
131 frame)) 131 frame))
132 132
133 (setq frame-creation-function 'make-msdos-frame) 133 (add-to-list 'frame-creation-function-alist '(pc . make-msdos-frame))
134 134
135 ;; --------------------------------------------------------------------------- 135 ;; ---------------------------------------------------------------------------
136 ;; More or less useful imitations of certain X-functions. A lot of the 136 ;; More or less useful imitations of certain X-functions. A lot of the
137 ;; values returned are questionable, but usually only the form of the 137 ;; values returned are questionable, but usually only the form of the
138 ;; returned value matters. Also, by the way, recall that `ignore' is 138 ;; returned value matters. Also, by the way, recall that `ignore' is