From 883d1f4b73ec88f4bfc49d7c189e164184389301 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 13 Sep 2006 17:46:25 +0000 Subject: [PATCH] (thing-at-point-bounds-of-url-at-point): Delete spurious backquote. --- lisp/thingatpt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/thingatpt.el b/lisp/thingatpt.el index c0aa80ef1ae..e2618bca8fd 100644 --- a/lisp/thingatpt.el +++ b/lisp/thingatpt.el @@ -240,7 +240,7 @@ This may contain whitespace (including newlines) .") (let ((strip (thing-at-point-looking-at thing-at-point-markedup-url-regexp))) ;; (url "") short (if (or strip -` (thing-at-point-looking-at thing-at-point-url-regexp) + (thing-at-point-looking-at thing-at-point-url-regexp) ;; Access scheme omitted? ;; (setq short (thing-at-point-looking-at ;; thing-at-point-short-url-regexp)) -- 2.39.2