mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(thing-at-point-bounds-of-url-at-point): Delete spurious backquote.
This commit is contained in:
parent
476d3191be
commit
883d1f4b73
@ -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…
Reference in New Issue
Block a user