diff options
| author | Lars Ingebrigtsen | 2022-06-08 14:27:14 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-06-08 14:27:14 +0200 |
| commit | efe9940567da259d871432cfda4cdf94542ac98e (patch) | |
| tree | 684d56532bc708b443c23879f416b646f49a5deb | |
| parent | a8e5e3ce5d7929fa92251359c13da959c3f22771 (diff) | |
| download | emacs-efe9940567da259d871432cfda4cdf94542ac98e.tar.gz emacs-efe9940567da259d871432cfda4cdf94542ac98e.zip | |
Revert "Give ,@ a prefix syntax in elisp-mode"
This reverts commit d003848b5e3ad2dfbe84cc62b99776fdc6734325.
This leads to hangs in edebug-tests.
| -rw-r--r-- | lisp/progmodes/elisp-mode.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 210270bc679..77bf3f1ed18 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el | |||
| @@ -245,9 +245,6 @@ Comments in the form will be lost." | |||
| 245 | ;; Empty symbol. | 245 | ;; Empty symbol. |
| 246 | ("##" (0 (unless (nth 8 (syntax-ppss)) | 246 | ("##" (0 (unless (nth 8 (syntax-ppss)) |
| 247 | (string-to-syntax "_")))) | 247 | (string-to-syntax "_")))) |
| 248 | ;; Give ,@ a prefix syntax. | ||
| 249 | (",@" (0 (unless (ppss-comment-or-string-start (syntax-ppss)) | ||
| 250 | (string-to-syntax "'")))) | ||
| 251 | ;; Unicode character names. (The longest name is 88 characters | 248 | ;; Unicode character names. (The longest name is 88 characters |
| 252 | ;; long.) | 249 | ;; long.) |
| 253 | ("\\?\\\\N{[-A-Za-z0-9 ]\\{,100\\}}" | 250 | ("\\?\\\\N{[-A-Za-z0-9 ]\\{,100\\}}" |