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)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs