/[emacs]/emacs/lisp/mh-e/mh-customize.el
ViewVC logotype

Diff of /emacs/lisp/mh-e/mh-customize.el

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

revision 1.10 by wohler, Wed Aug 25 05:57:29 2004 UTC revision 1.11 by dann, Fri Apr 8 14:26:13 2005 UTC
# Line 1  Line 1 
1  ;;; mh-customize.el --- MH-E customization  ;;; mh-customize.el --- MH-E customization
2    
3  ;; Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.  ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
4    
5  ;; Author: Bill Wohler <wohler@newt.com>  ;; Author: Bill Wohler <wohler@newt.com>
6  ;; Maintainer: Bill Wohler <wohler@newt.com>  ;; Maintainer: Bill Wohler <wohler@newt.com>
# Line 2345  The background and foreground is used in Line 2345  The background and foreground is used in
2345    
2346  (defface mh-speedbar-selected-folder-face  (defface mh-speedbar-selected-folder-face
2347    '((((class color) (background light))    '((((class color) (background light))
2348       (:foreground "red" :underline t))       (:foreground "red1" :underline t))
2349      (((class color) (background dark))      (((class color) (background dark))
2350       (:foreground "red" :underline t))       (:foreground "red1" :underline t))
2351      (t (:underline t)))      (t (:underline t)))
2352    "Face used for the current folder."    "Face used for the current folder."
2353    :group 'mh-speed-faces)    :group 'mh-speed-faces)

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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