diff options
| -rw-r--r-- | lisp/ffap.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 1046 | (message "Copied to kill ring: %s" str)))) | 1046 | (message "Copied to kill ring: %s" str)))) |
| 1047 | 1047 | ||
| 1048 | ;; External. | 1048 | ;; External. |
| 1049 | ;;;(declare-function w3-view-this-url "w3" (&optional no-show)) | 1049 | (declare-function w3-view-this-url "ext:w3" (&optional no-show)) |
| 1050 | 1050 | ||
| 1051 | (defun ffap-url-at-point nil | 1051 | (defun ffap-url-at-point nil |
| 1052 | "Return url from around point if it exists, or nil." | 1052 | "Return url from around point if it exists, or nil." |