]> git.eshelyaron.com Git - emacs.git/commit
; Ensure 'thing-at-point-looking-at' finds full match
authorEshel Yaron <me@eshelyaron.com>
Wed, 31 Jan 2024 20:37:18 +0000 (21:37 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 1 Feb 2024 11:00:13 +0000 (12:00 +0100)
commit1f39f91adc9883e66191457789577173639b7d69
treef29dea8b1305660124c517b39286690a7544922f
parent26dfaa0d961bfaa155b30dc8a0c3eb53f32a04f2
; Ensure 'thing-at-point-looking-at' finds full match

* lisp/thingatpt.el (thing-at-point-looking-at): Regexp-search from
the beginning forward, instead of the other way around.

* test/lisp/thingatpt-tests.el (thing-at-point-test-data): Add tests.

(Bug#68762)
lisp/thingatpt.el
test/lisp/thingatpt-tests.el