# HG changeset patch # User Glenn Morris # Date 1196310410 0 # Node ID cc52e106c65b3da4702e8ae6b47798c06098f4d9 # Parent 48b3541f28c227e5b7917b235ec28905bc62c7cb (w3-fetch-other-window, w3-fetch): Declare as functions. diff -r 48b3541f28c2 -r cc52e106c65b lisp/net/browse-url.el --- 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.