branch: externals/realgud
commit 555282f75fa8d9d5a78a1e93c1b5906568715105
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
TravisCI 3rd try
---
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 7155ea2..4f30b39 100644
--- a/test/bt-helper.el
+++ b/test/bt-helper.el
@@ -38,7 +38,7 @@ for DEBUGGER-NAME and initializes it to STRING"
(goto-char (point-min))
(setq buffer-read-only nil)
(insert string)
- (font-lock-ensure)
+ (font-lock-fontify-buffer) ;; 24 doesn't have (font-lock-ensure)
;; Newer emacs's use:
(goto-char (point-min))
)