branch: master commit 986585b0701eb49fdcb2044bdb11d07f2d967bfc Author: rocky <ro...@gnu.org> Commit: rocky <ro...@gnu.org>
Revert "Squelch one of the many compiler warnings" This reverts commit 33bfa6f551c08cf65012d24b380d1fa7849c8e58. --- 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