From: Richard M. Stallman Date: Wed, 13 Sep 2006 17:46:25 +0000 (+0000) Subject: (thing-at-point-bounds-of-url-at-point): Delete spurious backquote. X-Git-Tag: emacs-pretest-22.0.90~584 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=883d1f4b73ec88f4bfc49d7c189e164184389301;p=emacs.git (thing-at-point-bounds-of-url-at-point): Delete spurious backquote. --- 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))