Revert "Give ,@ a prefix syntax in elisp-mode"

This reverts commit d003848b5e.

This leads to hangs in edebug-tests.
This commit is contained in:
Lars Ingebrigtsen 2022-06-08 14:27:14 +02:00
parent a8e5e3ce5d
commit efe9940567

View file

@ -245,9 +245,6 @@ Comments in the form will be lost."
;; Empty symbol.
("##" (0 (unless (nth 8 (syntax-ppss))
(string-to-syntax "_"))))
;; Give ,@ a prefix syntax.
(",@" (0 (unless (ppss-comment-or-string-start (syntax-ppss))
(string-to-syntax "'"))))
;; Unicode character names. (The longest name is 88 characters
;; long.)
("\\?\\\\N{[-A-Za-z0-9 ]\\{,100\\}}"