comparison lisp/cus-edit.el @ 61396:a2c0a72230cf

* cus-edit.el (custom-modified-face): * comint.el (comint-highlight-input): Fix previous changes. * term.el (term-handle-ansi-escape): Add a comment.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 08 Apr 2005 20:55:09 +0000
parents 31aa9a390538
children 89d32002193d 02f1dbc4a199
comparison
equal deleted inserted replaced
61395:21f8452c722e 61396:a2c0a72230cf
1644 (t 1644 (t
1645 (:underline t))) 1645 (:underline t)))
1646 "Face used when the customize item is not defined for customization." 1646 "Face used when the customize item is not defined for customization."
1647 :group 'custom-magic-faces) 1647 :group 'custom-magic-faces)
1648 1648
1649 (defface custom-modified-face '(((min-colors 88) ((class color)) 1649 (defface custom-modified-face '((((min-colors 88) (class color))
1650 (:foreground "white" :background "blue1")) 1650 (:foreground "white" :background "blue1"))
1651 (((class color)) 1651 (((class color))
1652 (:foreground "white" :background "blue")) 1652 (:foreground "white" :background "blue"))
1653 (t 1653 (t
1654 (:slant italic :bold))) 1654 (:slant italic :bold)))