]> git.eshelyaron.com Git - emacs.git/commit
Prefix syntax for ,@ in elisp-mode (bug#44418)
authorMattias Engdegård <mattiase@acm.org>
Wed, 21 Jun 2023 09:03:14 +0000 (11:03 +0200)
committerMattias Engdegård <mattiase@acm.org>
Wed, 21 Jun 2023 16:00:26 +0000 (18:00 +0200)
commit6b9510d94f814cacf43793dce76250b5f7e6f64a
tree8cf92012b8af7329503929af02689eebb79f6379
parentbe91192ecb1e0dff794582cd463f0a6480d160ef
Prefix syntax for ,@ in elisp-mode (bug#44418)

* lisp/progmodes/elisp-mode.el (elisp-mode-syntax-propertize):
Use prefix syntax for ,@ to avoid the @ becoming part of a symbol
that follows.
* test/lisp/emacs-lisp/edebug-tests.el (edebug-tests-with-normal-env):
Propertise inserted Lisp code to keep the test working.
lisp/progmodes/elisp-mode.el
test/lisp/emacs-lisp/edebug-tests.el