Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ea5d66db
Commit
ea5d66db
authored
Mar 21, 2006
by
Nick Roberts
Browse files
(diff-function): Make it inherit from diff-header instead of diff-context.
parent
c1fc674b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/diff-mode.el
lisp/diff-mode.el
+1
-1
No files found.
lisp/diff-mode.el
View file @
ea5d66db
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment