From: Geoff Voelker Date: Tue, 2 Sep 1997 19:37:13 +0000 (+0000) Subject: (browse-url-netscape): Check for w32 window-system symbol. X-Git-Tag: emacs-20.1~271 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=78557fbf67b8755e01157eea3cd7810a0d3c0028;p=emacs.git (browse-url-netscape): Check for w32 window-system symbol. --- diff --git a/lisp/browse-url.el b/lisp/browse-url.el index 2a53337cbe9..344769ad8f6 100644 --- a/lisp/browse-url.el +++ b/lisp/browse-url.el @@ -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"