From ea5d66db381a158b1ddb3d765f7f1ef577742e1b Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Tue, 21 Mar 2006 10:15:39 +0000 Subject: [PATCH] (diff-function): Make it inherit from diff-header instead of diff-context. --- lisp/diff-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT