/[emacs]/emacs/lisp/compare-w.el
ViewVC logotype

Diff of /emacs/lisp/compare-w.el

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

revision 1.21.2.3 by miles, Fri Nov 21 00:36:02 2003 UTC revision 1.21.2.4 by miles, Tue Jul 6 09:23:34 2004 UTC
# Line 1  Line 1 
1  ;;; compare-w.el --- compare text between windows for Emacs  ;;; compare-w.el --- compare text between windows for Emacs
2    
3  ;; Copyright (C) 1986, 1989, 1993, 1997, 2003 Free Software Foundation, Inc.  ;; Copyright (C) 1986,1989,1993,1997,2003,2004 Free Software Foundation, Inc.
4    
5  ;; Maintainer: FSF  ;; Maintainer: FSF
6  ;; Keywords: convenience files  ;; Keywords: convenience files
# Line 117  and the value `((4) (4))' for horizontal Line 117  and the value `((4) (4))' for horizontal
117    :group 'compare-w)    :group 'compare-w)
118    
119  (defface compare-windows-face  (defface compare-windows-face
120    '((((type tty pc) (class color))    '((((class color) (min-colors 88) (background light))
      (:background "turquoise3"))  
     (((class color) (background light))  
121       (:background "paleturquoise"))       (:background "paleturquoise"))
122      (((class color) (background dark))      (((class color) (min-colors 88) (background dark))
123       (:background "paleturquoise4"))       (:background "paleturquoise4"))
124        (((class color))
125         (:background "turquoise3"))
126      (t (:underline t)))      (t (:underline t)))
127    "Face for highlighting of compare-windows difference regions."    "Face for highlighting of compare-windows difference regions."
128    :group 'compare-w)    :group 'compare-w)

Legend:
Removed from v.1.21.2.3  
changed lines
  Added in v.1.21.2.4

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