# HG changeset patch # User Richard M. Stallman # Date 1158169585 0 # Node ID 1302db63b66b3f94288f85bf8c0b1ea46f12a69a # Parent eb75f6fefab77c2d54de1f583411b7e0b681902f (thing-at-point-bounds-of-url-at-point): Delete spurious backquote. diff -r eb75f6fefab7 -r 1302db63b66b lisp/thingatpt.el --- 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))