1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Fix compilation warning in cl-font-lock

* lisp/progmodes/cl-font-lock.el (cl-font-lock-built-in-mode): Put
in the tools group to avoid a compilation warning.
This commit is contained in:
Lars Ingebrigtsen 2020-09-12 15:10:36 +02:00
parent 661c0dfa2f
commit b9ff508a2e

View File

@ -277,6 +277,7 @@
(define-minor-mode cl-font-lock-built-in-mode
"Highlight built-in functions, variables, and types in `lisp-mode'."
:global t
:group 'tools
(funcall
(if cl-font-lock-built-in-mode
#'font-lock-add-keywords