emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/diff-mode.el
Date: Mon, 06 Jun 2005 08:22:00 -0400

Index: emacs/lisp/diff-mode.el
diff -c emacs/lisp/diff-mode.el:1.72 emacs/lisp/diff-mode.el:1.73
*** emacs/lisp/diff-mode.el:1.72        Fri May 20 13:35:11 2005
--- emacs/lisp/diff-mode.el     Mon Jun  6 12:22:00 2005
***************
*** 243,252 ****
  (defvar diff-function-face 'diff-function-face)
  
  (defface diff-context-face
!   '((((class color) (background light))
!      :foreground "grey50")
!     (((class color) (background dark))
!      :foreground "grey70"))
    "`diff-mode' face used to highlight context and other side-information."
    :group 'diff-mode)
  (defvar diff-context-face 'diff-context-face)
--- 243,249 ----
  (defvar diff-function-face 'diff-function-face)
  
  (defface diff-context-face
!   '((t :inherit shadow))
    "`diff-mode' face used to highlight context and other side-information."
    :group 'diff-mode)
  (defvar diff-context-face 'diff-context-face)




reply via email to

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