SHA256
1
0
forked from pool/xemacs
xemacs/fix-defface-custom-modified-face.patch

17 lines
563 B
Diff
Raw Normal View History

Index: lisp/cus-edit.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/cus-edit.el,v
retrieving revision 1.24
diff -u -r1.24 cus-edit.el
--- lisp/cus-edit.el 2007/06/21 13:39:10 1.24
+++ lisp/cus-edit.el 2007/08/03 15:45:25
@@ -1346,7 +1346,7 @@
(defface custom-modified-face '((((class color))
(:foreground "white" :background "blue"))
(t
- (:italic t :bold)))
+ (:italic t :bold t)))
"Face used when the customize item has been modified."
:group 'custom-magic-faces)