]> git.eshelyaron.com Git - emacs.git/commitdiff
(browse-url-netscape): Check for w32 window-system symbol.
authorGeoff Voelker <voelker@cs.washington.edu>
Tue, 2 Sep 1997 19:37:13 +0000 (19:37 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Tue, 2 Sep 1997 19:37:13 +0000 (19:37 +0000)
lisp/browse-url.el

index 2a53337cbe9681d4b42e8e49c2cb726ba459b21f..344769ad8f637cd52dcd1d4766a4557dfb9557af 100644 (file)
@@ -653,7 +653,7 @@ used instead of `browse-url-new-window-p'."
                        (concat "netscape " url) nil
                        browse-url-netscape-program
                        (append browse-url-netscape-arguments
-                               (if (string-equal "win32" window-system)
+                               (if (eq window-system 'w32)
                                    (list url)
                                  (if new-window '("-noraise"))
                                  (list "-remote"