(diff-function): Make it inherit from diff-header instead of diff-context.
authorNick Roberts <nickrob@snap.net.nz>
Tue, 21 Mar 2006 10:15:39 +0000 (10:15 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Tue, 21 Mar 2006 10:15:39 +0000 (10:15 +0000)
lisp/diff-mode.el

index 0964586..7c7f790 100644 (file)
@@ -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