From: Glenn Morris Date: Thu, 29 Nov 2007 04:25:49 +0000 (+0000) Subject: (w3-view-this-url): Declare as a function. X-Git-Tag: emacs-pretest-23.0.90~9265 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb22a8c3bfa64f6a7b903045234dbc9111df5889;p=emacs.git (w3-view-this-url): Declare as a function. --- 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."