]> git.eshelyaron.com Git - emacs.git/commit
Fix C-x C-e with defvars in comments preceding
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 11 Jul 2019 13:42:13 +0000 (15:42 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 11 Jul 2019 13:46:06 +0000 (15:46 +0200)
commita87bdb8f91263c3ebe1903b82b15cd148ab09da5
treea51d1cd7a8925049ed53a3fc78e9be63f017ad7a
parent60fc771ac6f090e4e44339cb6d0232a852580ee2
Fix C-x C-e with defvars in comments preceding

* lisp/progmodes/elisp-mode.el (eval-sexp-add-defvars): When
collecting defvars in the current buffer, ignore the ones that are
in comments or strings (bug#34233).
lisp/progmodes/elisp-mode.el