/[emacs]/emacs/lisp/ido.el
ViewVC logotype

Diff of /emacs/lisp/ido.el

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

revision 1.49 by kfstorm, Thu Mar 31 22:22:45 2005 UTC revision 1.50 by dann, Fri Apr 8 14:26:13 2005 UTC
# Line 1  Line 1 
1  ;;; ido.el --- interactively do things with buffers and files.  ;;; ido.el --- interactively do things with buffers and files.
2    
3  ;; Copyright (C) 1996-2004  Free Software Foundation, Inc.  ;; Copyright (C) 1996-2004, 2005  Free Software Foundation, Inc.
4    
5  ;; Author: Kim F. Storm <storm@cua.dk>  ;; Author: Kim F. Storm <storm@cua.dk>
6  ;; Based on: iswitchb by Stephen Eglen <stephen@cns.ed.ac.uk>  ;; Based on: iswitchb by Stephen Eglen <stephen@cns.ed.ac.uk>
# Line 747  subdirs in the alternatives." Line 747  subdirs in the alternatives."
747    "*Font used by ido for highlighting only match."    "*Font used by ido for highlighting only match."
748    :group 'ido)    :group 'ido)
749    
750  (defface ido-subdir-face  '((((class color))  (defface ido-subdir-face  '((((min-colors 88) (class color))
751                                 (:foreground "red1"))
752                                (((class color))
753                               (:foreground "red"))                               (:foreground "red"))
754                              (t (:underline t)))                              (t (:underline t)))
755    "*Font used by ido for highlighting subdirs in the alternatives."    "*Font used by ido for highlighting subdirs in the alternatives."
756    :group 'ido)    :group 'ido)
757    
758  (defface ido-indicator-face  '((((class color))  (defface ido-indicator-face  '((((min-colors 88) (class color))
759                                    (:foreground "yellow1"
760                                     :background "red1"
761                                     :width condensed))
762                                   (((class color))
763                                  (:foreground "yellow"                                  (:foreground "yellow"
764                                   :background "red"                                   :background "red"
765                                   :width condensed))                                   :width condensed))

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50

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