]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert "Give ,@ a prefix syntax in elisp-mode"
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 8 Jun 2022 12:27:14 +0000 (14:27 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 8 Jun 2022 12:27:14 +0000 (14:27 +0200)
This reverts commit d003848b5e3ad2dfbe84cc62b99776fdc6734325.

This leads to hangs in edebug-tests.

lisp/progmodes/elisp-mode.el

index 210270bc679aca8af392c0df99104392ca6eacae..77bf3f1ed181cba88aad3886c1481086cc5889b9 100644 (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\\}}"