Mercurial > emacs
changeset 72849:1302db63b66b
(thing-at-point-bounds-of-url-at-point): Delete spurious backquote.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 13 Sep 2006 17:46:25 +0000 |
parents | eb75f6fefab7 |
children | e9151018d537 |
files | lisp/thingatpt.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/thingatpt.el Wed Sep 13 17:00:21 2006 +0000 +++ b/lisp/thingatpt.el Wed Sep 13 17:46:25 2006 +0000 @@ -240,7 +240,7 @@ (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))