summaryrefslogtreecommitdiff
path: root/lisp/ffap.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-11-29 04:25:49 +0000
committerGlenn Morris <rgm@gnu.org>2007-11-29 04:25:49 +0000
commiteb22a8c3bfa64f6a7b903045234dbc9111df5889 (patch)
treec3f24cb5220461fb8891b7829b68e8b28b99986e /lisp/ffap.el
parent0cc61e9904c3c150960fd1cf00badff7c83b1f05 (diff)
downloademacs-eb22a8c3bfa64f6a7b903045234dbc9111df5889.tar.gz
(w3-view-this-url): Declare as a function.
Diffstat (limited to 'lisp/ffap.el')
-rw-r--r--lisp/ffap.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ffap.el b/lisp/ffap.el
index af269559bfd..d045e5aa7f9 100644
--- a/lisp/ffap.el
+++ b/lisp/ffap.el
@@ -1046,7 +1046,7 @@ Assumes the buffer has not changed."
(message "Copied to kill ring: %s" str))))
;; External.
-;;;(declare-function w3-view-this-url "w3" (&optional no-show))
+(declare-function w3-view-this-url "ext:w3" (&optional no-show))
(defun ffap-url-at-point nil
"Return url from around point if it exists, or nil."