summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--llama.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/llama.el b/llama.el
index 6d366c7..ba5bcf0 100644
--- a/llama.el
+++ b/llama.el
@@ -272,9 +272,9 @@ explicitly specified `_%3'."
("##" (0 (when (nth 8 (syntax-ppss))
(string-to-syntax "_"))))
;; }}
- ;; Prevent the @ from becoming part of a following symbol.
;; {{ Preserve this part, even though it is absent from
;; this function in 29.1; backporting it by association.
+ ;; Prevent the @ from becoming part of a following symbol.
(",@" (0 (unless (nth 8 (syntax-ppss))
(string-to-syntax "'"))))
;; }}