# HG changeset patch # User Nick Roberts # Date 1142936139 0 # Node ID 0c54773776e40921f51e4f73d429392178aa514b # Parent 761eaec1aae4af981d21d8e685eb284f93c1a43b (diff-function): Make it inherit from diff-header instead of diff-context. diff -r 761eaec1aae4 -r 0c54773776e4 lisp/diff-mode.el --- a/lisp/diff-mode.el Mon Mar 20 22:41:23 2006 +0000 +++ b/lisp/diff-mode.el Tue Mar 21 10:15:39 2006 +0000 @@ -274,7 +274,7 @@ (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