2002-01-12 Richard M. Stallman <rms@gnu.org>
+ * net/browse-url.el (browse-url-grail):
+ Use browse-url-maybe-new-window.
+
* net/telnet.el (telnet-simple-send): Handle
comint-input-sender-no-newline like comint-simple-send.
(set-buffer (get-buffer-create " *Shell Command Output*"))
(erase-buffer)
;; don't worry about this failing.
- (if new-window
+ (if (browse-url-maybe-new-window new-window)
(call-process browse-url-grail nil 0 nil "-b" url)
(call-process browse-url-grail nil 0 nil url))
(message "Sending URL to Grail... done")))