]> git.eshelyaron.com Git - emacs.git/commit
Fix the match data in elisp-outline-search.
authorJuri Linkov <juri@linkov.net>
Wed, 30 Apr 2025 17:34:52 +0000 (20:34 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 1 May 2025 08:32:13 +0000 (10:32 +0200)
commit8fe836acc0609fe0921b1c5251dec397e9b5aafd
tree7286469c7837e68fa218009f7fb1f795ab0b9417
parent34cad11d893434c4258c76a99dbaa7d21aff4b4b
Fix the match data in elisp-outline-search.

* lisp/progmodes/elisp-mode.el (elisp-outline-search):
Add 'save-match-data' since 'syntax-ppss' garbles the match data.

(cherry picked from commit b06046edcfceb6ba426880444894373f21ea4a79)
lisp/progmodes/elisp-mode.el