(thing-at-point-bounds-of-url-at-point): Delete spurious backquote.
This commit is contained in:
parent
476d3191be
commit
883d1f4b73
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue