branch: externals/colorful-mode commit d50681aa3994788dc45aec833f4000c9f9cb6e40 Author: Elijah Gabe P. <eg642...@gmail.com> Commit: Elijah Gabe P. <eg642...@gmail.com>
Delete byte-compile warning `if' --- colorful-mode.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/colorful-mode.el b/colorful-mode.el index c6b09dc911..9341631281 100644 --- a/colorful-mode.el +++ b/colorful-mode.el @@ -772,12 +772,9 @@ This is intended to be used with `colorful-extra-color-keyword-functions'." (font-lock-flush)) ;; Silence a byte-compile warning about global-colorful-modes not -;; being defined, if anyone knows why this happens please send a -;; patch. - +;; being defined ;; NOTE: This bug is already fixed in emacs-30 -(if (< emacs-major-version 30) - (defvar global-colorful-modes)) +(defvar global-colorful-modes) ;;;###autoload (defun turn-on-colorful-mode ()