diff options
| author | Nick Roberts | 2006-03-21 10:15:39 +0000 |
|---|---|---|
| committer | Nick Roberts | 2006-03-21 10:15:39 +0000 |
| commit | ea5d66db381a158b1ddb3d765f7f1ef577742e1b (patch) | |
| tree | f9c567a1ab37606ff8491cfd92a378c978f1bb6b | |
| parent | c1fc674b45aa1f241c0703207ac30b7ec79beea3 (diff) | |
| download | emacs-ea5d66db381a158b1ddb3d765f7f1ef577742e1b.tar.gz emacs-ea5d66db381a158b1ddb3d765f7f1ef577742e1b.zip | |
(diff-function): Make it inherit from diff-header instead of diff-context.
| -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)." | |||
| 274 | (defvar diff-indicator-changed-face 'diff-indicator-changed) | 274 | (defvar diff-indicator-changed-face 'diff-indicator-changed) |
| 275 | 275 | ||
| 276 | (defface diff-function | 276 | (defface diff-function |
| 277 | '((t :inherit diff-context)) | 277 | '((t :inherit diff-header)) |
| 278 | "`diff-mode' face used to highlight function names produced by \"diff -p\"." | 278 | "`diff-mode' face used to highlight function names produced by \"diff -p\"." |
| 279 | :group 'diff-mode) | 279 | :group 'diff-mode) |
| 280 | ;; backward-compatibility alias | 280 | ;; backward-compatibility alias |