diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2020-09-12 15:10:36 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2020-09-12 15:10:36 +0200 |
commit | b9ff508a2ead61cc230f48506193e38a8d24dd83 (patch) | |
tree | fee8ca66228a14e0d5c1def91f4ebe39e11e8a6d /lisp | |
parent | 661c0dfa2f8af202535719477718413d1c094959 (diff) | |
download | emacs-b9ff508a2ead61cc230f48506193e38a8d24dd83.tar.gz emacs-b9ff508a2ead61cc230f48506193e38a8d24dd83.tar.bz2 emacs-b9ff508a2ead61cc230f48506193e38a8d24dd83.zip |
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.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/cl-font-lock.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/cl-font-lock.el b/lisp/progmodes/cl-font-lock.el index 7ef43fd4490..65090ac3ca5 100644 --- a/lisp/progmodes/cl-font-lock.el +++ b/lisp/progmodes/cl-font-lock.el @@ -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 |