forked from pool/xemacs
This commit is contained in:
committed by
Git OBS Bridge
parent
0949e0e1c3
commit
c47d4e6bde
16
fix-defface-custom-modified-face.patch
Normal file
16
fix-defface-custom-modified-face.patch
Normal 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)
|
||||
|
Reference in New Issue
Block a user