aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-03-21 10:15:39 +0000
committerNick Roberts2006-03-21 10:15:39 +0000
commitea5d66db381a158b1ddb3d765f7f1ef577742e1b (patch)
treef9c567a1ab37606ff8491cfd92a378c978f1bb6b
parentc1fc674b45aa1f241c0703207ac30b7ec79beea3 (diff)
downloademacs-ea5d66db381a158b1ddb3d765f7f1ef577742e1b.tar.gz
emacs-ea5d66db381a158b1ddb3d765f7f1ef577742e1b.zip
(diff-function): Make it inherit from diff-header instead of diff-context.
-rw-r--r--lisp/diff-mode.el2
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