diff lisp/net/browse-url.el @ 86814:cc52e106c65b

(w3-fetch-other-window, w3-fetch): Declare as functions.
author Glenn Morris <rgm@gnu.org>
date Thu, 29 Nov 2007 04:26:50 +0000
parents 8a7ed478f7bc
children 107ccd98fa12 53108e6cea98
line wrap: on
line diff
--- a/lisp/net/browse-url.el	Thu Nov 29 04:26:13 2007 +0000
+++ b/lisp/net/browse-url.el	Thu Nov 29 04:26:50 2007 +0000
@@ -1284,6 +1284,10 @@
 
 ;; --- 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.