diff 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
line wrap: on
line diff
--- a/lisp/cus-edit.el	Fri Apr 08 14:40:57 2005 +0000
+++ b/lisp/cus-edit.el	Fri Apr 08 20:55:09 2005 +0000
@@ -1646,7 +1646,7 @@
   "Face used when the customize item is not defined for customization."
   :group 'custom-magic-faces)
 
-(defface custom-modified-face '(((min-colors 88) ((class color))
+(defface custom-modified-face '((((min-colors 88) (class color))
 				 (:foreground "white" :background "blue1"))
 				(((class color))
 				 (:foreground "white" :background "blue"))