emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/yaml-mode fea2fb0 114/124: Mention the bug report


From: ELPA Syncer
Subject: [nongnu] elpa/yaml-mode fea2fb0 114/124: Mention the bug report
Date: Sun, 29 Aug 2021 11:36:24 -0400 (EDT)

branch: elpa/yaml-mode
commit fea2fb069b55303f1e1834d72fbfd30552f1e004
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    Mention the bug report
---
 yaml-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yaml-mode.el b/yaml-mode.el
index 3da7293..3424e1d 100644
--- a/yaml-mode.el
+++ b/yaml-mode.el
@@ -274,7 +274,7 @@ that key is pressed to begin a block literal."
                  (char-equal ?' (char-before pt)))
             (put-text-property (- pt 2) pt
                                'syntax-table (string-to-syntax "w"))
-            ;; Workaround for an infloop bug.
+            ;; Workaround for https://debbugs.gnu.org/41195.
             (let ((syntax-propertize--done syntax-propertize--done))
               ;; Carefully invalidate the last cached ppss.
               (syntax-ppss-flush-cache (- pt 2))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]