emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rainbow-delimiters 89574443f0 117/188: Fix the Emacs 24.3-


From: ELPA Syncer
Subject: [nongnu] elpa/rainbow-delimiters 89574443f0 117/188: Fix the Emacs 24.3-specific test failure.
Date: Sat, 1 Jan 2022 00:58:57 -0500 (EST)

branch: elpa/rainbow-delimiters
commit 89574443f0d412d24bea215eb35640486188b68c
Author: Fanael Linithien <fanael4@gmail.com>
Commit: Fanael Linithien <fanael4@gmail.com>

    Fix the Emacs 24.3-specific test failure.
---
 rainbow-delimiters-test.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rainbow-delimiters-test.el b/rainbow-delimiters-test.el
index fa5c7e47a8..3fd02a1087 100644
--- a/rainbow-delimiters-test.el
+++ b/rainbow-delimiters-test.el
@@ -48,6 +48,7 @@
   (declare (indent defun) (debug t))
   `(with-temp-buffer
      (funcall ,mode)
+     (font-lock-mode)
      (rainbow-delimiters-mode)
      ,@body))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]