emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.423 emacs/lisp/info.el:1.424
*** emacs/lisp/info.el:1.423    Thu Apr  7 15:16:01 2005
--- emacs/lisp/info.el  Fri Apr  8 14:26:13 2005
***************
*** 1,6 ****
  ;;; info.el --- info package for Emacs
  
! ;; Copyright (C) 1985,86,92,93,94,95,96,97,98,99,2000,01,02,03,2004
  ;;  Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
--- 1,6 ----
  ;;; info.el --- info package for Emacs
  
! ;; Copyright (C) 1985,86,92,93,94,95,96,97,98,99,2000,01,02,03,04,2005
  ;;  Free Software Foundation, Inc.
  
  ;; Maintainer: FSF
***************
*** 83,89 ****
    :group 'info)
  
  (defface info-xref
!   '((((class color) (background light)) :foreground "blue" :underline t)
      (((class color) (background dark)) :foreground "cyan" :underline t)
      (t :underline t))
    "Face for Info cross-references."
--- 83,93 ----
    :group 'info)
  
  (defface info-xref
!   '((((min-colors 88) 
!       (class color) (background light)) :foreground "blue1" :underline t)
!     (((class color) (background light)) :foreground "blue" :underline t)
!     (((min-colors 88) 
!       (class color) (background dark)) :foreground "cyan1" :underline t)
      (((class color) (background dark)) :foreground "cyan" :underline t)
      (t :underline t))
    "Face for Info cross-references."




reply via email to

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