branch: master
commit b8d8686a88429fb4d1fc603979b6574218ae858e
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