/[emacs]/emacs/lisp/wid-edit.el
ViewVC logotype

Diff of /emacs/lisp/wid-edit.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.141 by lute, Mon Jul 4 23:09:00 2005 UTC revision 1.142 by jurta, Tue Jul 19 11:43:26 2005 UTC
# Line 441  new value.") Line 441  new value.")
441        (prog1 (progn ,@form)        (prog1 (progn ,@form)
442          (goto-char (point-max))))))          (goto-char (point-max))))))
443    
444  (defface widget-inactive '((((class grayscale color)  (defface widget-inactive
445                               (background dark))    '((t :inherit shadow))
                             (:foreground "light gray"))  
                            (((class grayscale color)  
                              (background light))  
                             (:foreground "dim gray"))  
                            (t  
                             (:slant italic)))  
446    "Face used for inactive widgets."    "Face used for inactive widgets."
447    :group 'widget-faces)    :group 'widget-faces)
448  ;; backward-compatibility alias  ;; backward-compatibility alias

Legend:
Removed from v.1.141  
changed lines
  Added in v.1.142

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26