bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#8144: 24.0.50; diff-mode diff-changed face specification


From: Le Wang
Subject: bug#8144: 24.0.50; diff-mode diff-changed face specification
Date: Tue, 1 Mar 2011 16:00:58 +0800

This is in diff-mode.el

(defface diff-changed
  '((((type tty pc) (class color) (background light))
     :foreground "magenta" :weight bold :slant italic)
    (((type tty pc) (class color) (background dark))
     :foreground "yellow" :weight bold :slant italic))
  "`diff-mode' face used to highlight changed lines."
  :group 'diff-mode)

Why does w32 get no fruit salad love?

--
Le

reply via email to

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