projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
661c0df
)
Fix compilation warning in cl-font-lock
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 12 Sep 2020 13:10:36 +0000
(15:10 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sat, 12 Sep 2020 13:10:36 +0000
(15:10 +0200)
* lisp/progmodes/cl-font-lock.el (cl-font-lock-built-in-mode): Put
in the tools group to avoid a compilation warning.
lisp/progmodes/cl-font-lock.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cl-font-lock.el
b/lisp/progmodes/cl-font-lock.el
index 7ef43fd4490d413c72c69bedde3abd02b88ebd31..65090ac3ca59f0ed981222854cab9ff0128db2c7 100644
(file)
--- 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