branch: elpa/llama
commit 4d3141aceb70a1c672d1f4e9394037e2407d3a90
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    elisp-mode-syntax-propertize: Fix placement of meta comment
---
 llama.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llama.el b/llama.el
index 6d366c7f44..ba5bcf071b 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 "'"))))
       ;; }}

Reply via email to