branch: elpa/yaml-mode commit fea2fb069b55303f1e1834d72fbfd30552f1e004 Author: Dmitry Gutov <dgu...@yandex.ru> Commit: Dmitry Gutov <dgu...@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))))