]> git.eshelyaron.com Git - emacs.git/commit
Don't display wrong ElDoc information when inside ELisp strings or comments
authorMauro Aranda <maurooaranda@gmail.com>
Sat, 10 Aug 2019 13:48:24 +0000 (10:48 -0300)
committerNoam Postavsky <npostavs@gmail.com>
Tue, 20 Aug 2019 12:34:23 +0000 (08:34 -0400)
commit4e0c5830dab466be2df99b8814b742a662d67ac7
tree5b90694e051a7d708e32d8763651b4a44410ff15
parent08d7cabc923dad602dd3801c09f02386acda4e3b
Don't display wrong ElDoc information when inside ELisp strings or comments

* lisp/progmodes/elisp-mode.el (elisp--fnsym-in-current-sexp): Since
forward-sexp assumes point is not in a string or comment, avoid
calling it and then checking if point is inside a string, since that
sometimes will fail with awkward results.  (Bug#35567)
lisp/progmodes/elisp-mode.el