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

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

[elpa] externals/csharp-mode 56a9a87 117/459: Fix backwards compatibilit


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 56a9a87 117/459: Fix backwards compatibility and broken CI-build.
Date: Sun, 22 Aug 2021 13:59:08 -0400 (EDT)

branch: externals/csharp-mode
commit 56a9a878b5bcb493df5c0229e6cba1887144fee7
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: Jostein Kjønigsen <jostein@kjonigsen.net>

    Fix backwards compatibility and broken CI-build.
---
 csharp-mode-tests.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/csharp-mode-tests.el b/csharp-mode-tests.el
index 7264656..7ce3c46 100644
--- a/csharp-mode-tests.el
+++ b/csharp-mode-tests.el
@@ -34,7 +34,7 @@
   (let* ((buffer (find-file-read-only "test-files/fontification-test.cs")))
     ;; double-ensure mode is active
     (csharp-mode)
-    (font-lock-ensure)
+    (font-lock-fontify-buffer)
     (goto-char (point-min))
     (let* ((buffer1)
            (buffer2))
@@ -54,7 +54,7 @@
   (let* ((buffer (find-file-read-only 
"test-files/fontification-test-compiler-directives.cs")))
     ;; double-ensure mode is active
     (csharp-mode)
-    (font-lock-ensure)
+    (font-lock-fontify-buffer)
     (goto-char (point-min))
     (let* ((reference)
            (v1)



reply via email to

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