From eb22a8c3bfa64f6a7b903045234dbc9111df5889 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 29 Nov 2007 04:25:49 +0000 Subject: [PATCH] (w3-view-this-url): Declare as a function. --- lisp/ffap.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.39.2