summaryrefslogtreecommitdiff
path: root/lisp/thingatpt.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/thingatpt.el')
-rw-r--r--lisp/thingatpt.el2
1 files changed, 1 insertions, 1 deletions
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))