diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2006-03-21 10:15:39 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2006-03-21 10:15:39 +0000 |
commit | ea5d66db381a158b1ddb3d765f7f1ef577742e1b (patch) | |
tree | f9c567a1ab37606ff8491cfd92a378c978f1bb6b /lisp/diff-mode.el | |
parent | c1fc674b45aa1f241c0703207ac30b7ec79beea3 (diff) | |
download | emacs-ea5d66db381a158b1ddb3d765f7f1ef577742e1b.tar.gz |
(diff-function): Make it inherit from diff-header instead of diff-context.
Diffstat (limited to 'lisp/diff-mode.el')
-rw-r--r-- | lisp/diff-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |