From: Glenn Morris Date: Thu, 29 Nov 2007 04:26:50 +0000 (+0000) Subject: (w3-fetch-other-window, w3-fetch): Declare as functions. X-Git-Tag: emacs-pretest-23.0.90~9263 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=352d2dea783c547b7416bc22199bdaa44ebdd9f7;p=emacs.git (w3-fetch-other-window, w3-fetch): Declare as functions. --- diff --git a/lisp/net/browse-url.el b/lisp/net/browse-url.el index 3685c8a6af1..d7c5228945c 100644 --- a/lisp/net/browse-url.el +++ b/lisp/net/browse-url.el @@ -1284,6 +1284,10 @@ used instead of `browse-url-new-window-flag'." ;; --- W3 --- +;; External. +(declare-function w3-fetch-other-window "ext:w3m" (&optional url)) +(declare-function w3-fetch "ext:w3m" (&optional url target)) + ;;;###autoload (defun browse-url-w3 (url &optional new-window) "Ask the w3 WWW browser to load URL.