branch: master
commit 01b5cd923e2857b50f9acf3518d467ea79f59d53
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>

    * mmm-apply-all: flush syntax cache
---
 mmm-class.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mmm-class.el b/mmm-class.el
index b3e48ed..1939edd 100644
--- a/mmm-class.el
+++ b/mmm-class.el
@@ -114,6 +114,7 @@ and interactive history."
   (mmm-clear-overlays start stop 'strict)
   (mmm-apply-classes (mmm-get-all-classes t) :start start :stop stop)
   (mmm-update-submode-region)
+  (syntax-ppss-flush-cache start)
   (mmm-refontify-maybe start stop))
 
 ;;}}}

Reply via email to