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

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

[elpa] externals/csharp-mode 6ccf2cf 219/459: Apply syntax propertize fu


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 6ccf2cf 219/459: Apply syntax propertize function silently
Date: Sun, 22 Aug 2021 13:59:31 -0400 (EDT)

branch: externals/csharp-mode
commit 6ccf2cf9031458055cc74b110fea9416a0c0356d
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Apply syntax propertize function silently
---
 csharp-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/csharp-mode.el b/csharp-mode.el
index 1a165c8..adb77ba 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -3013,7 +3013,8 @@ Key bindings:
   ;;
   ;; To patch our way around this, we issue a syntax-propertize call
   ;; manually, font-lock enabled or not.
-  (csharp-mode-syntax-propertize-function (point-min) (point-max)))
+  (with-silent-modifications
+    (csharp-mode-syntax-propertize-function (point-min) (point-max))))
 
 (provide 'csharp-mode)
 



reply via email to

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