SHA256
1
0
forked from pool/xemacs
OBS User unknown
2007-08-03 21:22:17 +00:00
committed by Git OBS Bridge
parent 0949e0e1c3
commit c47d4e6bde
7 changed files with 101 additions and 37 deletions

View File

@@ -0,0 +1,16 @@
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)