]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to the Cygwin...
authorKen Brown <kbrown@cornell.edu>
Fri, 29 Aug 2014 22:13:43 +0000 (18:13 -0400)
committerKen Brown <kbrown@cornell.edu>
Fri, 29 Aug 2014 22:13:43 +0000 (18:13 -0400)
lisp/ChangeLog
lisp/startup.el

index 81e9a0f2280d00ecc20db60ed671c43695263a46..df8ce75a696bd4231118bc71b6e500c8fb7da940 100644 (file)
@@ -1,3 +1,8 @@
+2014-08-29  Ken Brown  <kbrown@cornell.edu>
+
+       * startup.el (fancy-splash-frame): Extend the fix for Bug#16014 to
+       the Cygwin-w32 build.  (Bug#18347)
+
 2014-08-28  Glenn Morris  <rgm@gnu.org>
 
        * tar-mode.el (tar--extract, tar-extract):
index a229207a2c85f2096024909fd4ccf0b09d7f3de7..58e970814b9842b3fce1c8329f5211821db29e69 100644 (file)
@@ -1812,7 +1812,7 @@ we put it on this frame."
   (let (chosen-frame)
     ;; MS-Windows needs this to have a chance to make the initial
     ;; frame visible.
-    (if (eq system-type 'windows-nt)
+    (if (eq (window-system) 'w32)
        (sit-for 0 t))
     (dolist (frame (append (frame-list) (list (selected-frame))))
       (if (and (frame-visible-p frame)