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

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

[elpa] master 33bfa6f 033/215: Squelch one of the many compiler warnings


From: Rocky Bernstein
Subject: [elpa] master 33bfa6f 033/215: Squelch one of the many compiler warnings
Date: Sat, 30 Jul 2016 14:48:51 +0000 (UTC)

branch: master
commit 33bfa6f551c08cf65012d24b380d1fa7849c8e58
Author: rocky <address@hidden>
Commit: rocky <address@hidden>

    Squelch one of the many compiler warnings
---
 test/bt-helper.el |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/bt-helper.el b/test/bt-helper.el
index f003c77..9b2561b 100644
--- a/test/bt-helper.el
+++ b/test/bt-helper.el
@@ -37,7 +37,7 @@ for DEBUGGER-NAME and initializes it to STRING"
     (goto-char (point-min))
     (setq buffer-read-only nil)
     (insert string)
-    (font-lock-fontify-buffer)
+    (font-lock-fontify-ensure)
     (goto-char (point-min))
     )
   temp-bt



reply via email to

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