From: Richard M. Stallman Date: Wed, 28 May 2003 11:24:00 +0000 (+0000) Subject: (browse-url-mozilla): Correct the conditionals for using ,new-window. X-Git-Tag: ttn-vms-21-2-B4~9898 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c29cf9a4c9249aed53070dceb38294965dcb811e;p=emacs.git (browse-url-mozilla): Correct the conditionals for using ,new-window. --- diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index f55c5559b4a..bc8dcaa5f42 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el @@ -880,8 +880,8 @@ used instead of `browse-url-new-window-flag'." (if (browse-url-maybe-new-window new-window) (if browse-url-mozilla-new-window-is-tab - ",new-tab") - ",new-window") + ",new-tab" + ",new-window")) ")")))))) (set-process-sentinel process `(lambda (process change)