Mercurial > emacs
diff lisp/diff-mode.el @ 69608:0c54773776e4
(diff-function): Make it inherit from diff-header instead of diff-context.
| author | Nick Roberts <nickrob@snap.net.nz> |
|---|---|
| date | Tue, 21 Mar 2006 10:15:39 +0000 |
| parents | 3bd95f4f2941 |
| children | 2b77fa42947f e6bf73e43cf4 |
line wrap: on
line diff
--- 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
