branch: master
commit dc0b45bb75ea2ba9d3fd2a7a39cdbeab0d5dce76
Author: rocky <ro...@gnu.org>
Commit: rocky <ro...@gnu.org>

    Revert "Squelch one of the many compiler warnings"
    
    This reverts commit b8d8686a88429fb4d1fc603979b6574218ae858e.
---
 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 9b2561b..f003c77 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-ensure)
+    (font-lock-fontify-buffer)
     (goto-char (point-min))
     )
   temp-bt

Reply via email to