]> git.eshelyaron.com Git - emacs.git/commitdiff
(w3-fetch-other-window, w3-fetch): Declare as functions.
authorGlenn Morris <rgm@gnu.org>
Thu, 29 Nov 2007 04:26:50 +0000 (04:26 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 29 Nov 2007 04:26:50 +0000 (04:26 +0000)
lisp/net/browse-url.el

index 3685c8a6af1b54058f9526451347535739152005..d7c5228945c1f1d280deace83ef0dff34b5d5187 100644 (file)
@@ -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.