]> git.eshelyaron.com Git - emacs.git/commit
; Handle string-at-point at end of buffer gracefully
authorPhilip Kaludercic <philipk@posteo.net>
Wed, 19 Jul 2023 19:14:40 +0000 (21:14 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Sat, 22 Jul 2023 07:08:14 +0000 (09:08 +0200)
commit8ef92096c349206794e928f702b56f62bf88a122
treebe14d518fa253fdf6d34c3184f6c11a5c4732a4a
parenta403e2832d240242154200f0e5448652fa189769
; Handle string-at-point at end of buffer gracefully

* lisp/thingatpt.el (thing-at-point-bounds-of-string-at-point): Check
if 'char-after' returns non-nil before passing it to
'char-syntax'.  (Bug#64733)
lisp/thingatpt.el