emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ido.el


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/ido.el
Date: Fri, 08 Apr 2005 10:26:19 -0400

Index: emacs/lisp/ido.el
diff -c emacs/lisp/ido.el:1.49 emacs/lisp/ido.el:1.50
*** emacs/lisp/ido.el:1.49      Thu Mar 31 22:22:45 2005
--- emacs/lisp/ido.el   Fri Apr  8 14:26:13 2005
***************
*** 1,6 ****
  ;;; ido.el --- interactively do things with buffers and files.
  
! ;; Copyright (C) 1996-2004  Free Software Foundation, Inc.
  
  ;; Author: Kim F. Storm <address@hidden>
  ;; Based on: iswitchb by Stephen Eglen <address@hidden>
--- 1,6 ----
  ;;; ido.el --- interactively do things with buffers and files.
  
! ;; Copyright (C) 1996-2004, 2005  Free Software Foundation, Inc.
  
  ;; Author: Kim F. Storm <address@hidden>
  ;; Based on: iswitchb by Stephen Eglen <address@hidden>
***************
*** 747,759 ****
    "*Font used by ido for highlighting only match."
    :group 'ido)
  
! (defface ido-subdir-face  '((((class color))
                               (:foreground "red"))
                              (t (:underline t)))
    "*Font used by ido for highlighting subdirs in the alternatives."
    :group 'ido)
  
! (defface ido-indicator-face  '((((class color))
                                (:foreground "yellow"
                                 :background "red"
                                 :width condensed))
--- 747,765 ----
    "*Font used by ido for highlighting only match."
    :group 'ido)
  
! (defface ido-subdir-face  '((((min-colors 88) (class color))
!                              (:foreground "red1"))
!                           (((class color))
                               (:foreground "red"))
                              (t (:underline t)))
    "*Font used by ido for highlighting subdirs in the alternatives."
    :group 'ido)
  
! (defface ido-indicator-face  '((((min-colors 88) (class color))
!                               (:foreground "yellow1"
!                                :background "red1"
!                                :width condensed))
!                              (((class color))
                                (:foreground "yellow"
                                 :background "red"
                                 :width condensed))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]