summaryrefslogtreecommitdiff
path: root/lisp/cedet
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2023-07-20 19:25:43 +0300
committerEli Zaretskii <eliz@gnu.org>2023-07-20 19:25:43 +0300
commite72afa9dbf92f45d00c87c90ead364d52f73024f (patch)
tree92e4e4051730880237d9401fe4d38a9c639b5f3e /lisp/cedet
parent65108998b1ee0b42b57d478ba3b51f9040f04cd4 (diff)
downloademacs-e72afa9dbf92f45d00c87c90ead364d52f73024f.tar.gz
Fix defface's with no customization data
* lisp/net/shr.el (shr-h4, shr-h5, shr-h6): * lisp/cedet/semantic/decorate/include.el (semantic-decoration-on-includes): * lisp/progmodes/make-mode.el (makefile-shell): * lisp/time.el (display-time-date-and-time): * lisp/nxml/nxml-mode.el (nxml-text, nxml-delimiter) (nxml-element-colon): Add face definitions (bug#64655).
Diffstat (limited to 'lisp/cedet')
-rw-r--r--lisp/cedet/semantic/decorate/include.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/semantic/decorate/include.el b/lisp/cedet/semantic/decorate/include.el
index c83de66ef0c..96bf8cec3b2 100644
--- a/lisp/cedet/semantic/decorate/include.el
+++ b/lisp/cedet/semantic/decorate/include.el
@@ -48,7 +48,7 @@
;;; Includes that are in a happy state!
;;
(defface semantic-decoration-on-includes
- nil
+ '((t (:inherit default)))
"Overlay Face used on includes that are not in some other state.
Used by the decoration style: `semantic-decoration-on-includes'."
:group 'semantic-faces)