From: Nick Roberts Date: Tue, 21 Mar 2006 10:15:39 +0000 (+0000) Subject: (diff-function): Make it inherit from diff-header instead of diff-context. X-Git-Tag: emacs-pretest-22.0.90~3487 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea5d66db381a158b1ddb3d765f7f1ef577742e1b;p=emacs.git (diff-function): Make it inherit from diff-header instead of diff-context. --- diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index 09645864573..7c7f7902d82 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el @@ -274,7 +274,7 @@ when editing big diffs)." (defvar diff-indicator-changed-face 'diff-indicator-changed) (defface diff-function - '((t :inherit diff-context)) + '((t :inherit diff-header)) "`diff-mode' face used to highlight function names produced by \"diff -p\"." :group 'diff-mode) ;; backward-compatibility alias