Mercurial > emacs
changeset 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 | 761eaec1aae4 |
children | eba3995e301f |
files | lisp/diff-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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