Mercurial > emacs
changeset 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 | 48b3541f28c2 |
children | 23a61077ba03 |
files | lisp/net/browse-url.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
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.