]> git.eshelyaron.com Git - emacs.git/commitdiff
(thing-at-point-bounds-of-url-at-point): Delete spurious backquote.
authorRichard M. Stallman <rms@gnu.org>
Wed, 13 Sep 2006 17:46:25 +0000 (17:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 13 Sep 2006 17:46:25 +0000 (17:46 +0000)
lisp/thingatpt.el

index c0aa80ef1aee608ff52ba2eae0194cbddf634e6c..e2618bca8fd919709b9ba6bc8aefcea76173075d 100644 (file)
@@ -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))