branch: master
commit 33bfa6f551c08cf65012d24b380d1fa7849c8e58
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
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