]> git.eshelyaron.com Git - emacs.git/commitdiff
(w3-view-this-url): Declare as a function.
authorGlenn Morris <rgm@gnu.org>
Thu, 29 Nov 2007 04:25:49 +0000 (04:25 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 29 Nov 2007 04:25:49 +0000 (04:25 +0000)
lisp/ffap.el

index af269559bfdf67ea0c4a59ae016693b54d96bc9f..d045e5aa7f90401c5185363658631f7f68cf7c3c 100644 (file)
@@ -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."