# HG changeset patch # User Glenn Morris # Date 1196310349 0 # Node ID 5a96d566fe431780bd0e7ae4cbfd46a60e1ca4d3 # Parent 6f7c6603f1fd4587d40c5d1172009f7365836867 (w3-view-this-url): Declare as a function. diff -r 6f7c6603f1fd -r 5a96d566fe43 lisp/ffap.el --- 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."