Mercurial > emacs
changeset 86812:5a96d566fe43
(w3-view-this-url): Declare as a function.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 29 Nov 2007 04:25:49 +0000 |
parents | 6f7c6603f1fd |
children | 48b3541f28c2 |
files | lisp/ffap.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ffap.el Thu Nov 29 04:25:13 2007 +0000 +++ b/lisp/ffap.el Thu Nov 29 04:25:49 2007 +0000 @@ -1046,7 +1046,7 @@ (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."