bongo-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bongo-patches] Detect W32 by checking `window-system' instead of `syste


From: Daniel Brockman
Subject: [bongo-patches] Detect W32 by checking `window-system' instead of `system-type' --- which wasn't even done correctly (patch by Dieter Deyke)
Date: Mon, 05 Feb 2007 04:23:37 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.51 (gnu/linux)

Mon Feb  5 04:33:42 CET 2007  Daniel Brockman <address@hidden>

 * Detect W32 by checking `window-system' instead of
   `system-type' --- which wasn't even done correctly (patch
   by Dieter Deyke).

diff -rN -u old-bongo/bongo.el new-bongo/bongo.el
--- old-bongo/bongo.el  2007-02-05 04:23:34.000000000 +0100
+++ new-bongo/bongo.el  2007-02-05 04:23:34.000000000 +0100
@@ -4746,7 +4746,7 @@
          (arguments (append
                      (when bongo-vlc-interactive
                        (append (list "-I" "rc" "--rc-fake-tty")
-                               (when (eq system-type 'windows)
+                               (when (eq window-system 'w32)
                                  (list "--rc-quiet"))))
                      (bongo-evaluate-program-arguments
                       bongo-vlc-extra-arguments)
-- 
Daniel Brockman <address@hidden>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]