summaryrefslogtreecommitdiff
path: root/lisp/diff-mode.el
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2007-10-13 00:07:23 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2007-10-13 00:07:23 +0000
commit5eee3c954ef8f1f7a1c6390875a22339b8e2b446 (patch)
treea5f446aa415f75ebe9b1bf90a61f9b40199adeb9 /lisp/diff-mode.el
parente470405ced6820ed3c8af94be3e2426b9654e19f (diff)
downloademacs-5eee3c954ef8f1f7a1c6390875a22339b8e2b446.tar.gz
* diff-mode.el (diff-fine-change): Add :group.
Diffstat (limited to 'lisp/diff-mode.el')
-rw-r--r--lisp/diff-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el
index 229ef227777..894a12b1193 100644
--- a/lisp/diff-mode.el
+++ b/lisp/diff-mode.el
@@ -1653,7 +1653,8 @@ For use in `add-log-current-defun-function'."
(defface diff-fine-change
'((t :background "yellow"))
- "Face used for char-based changes shown by `diff-fine-highlight'.")
+ "Face used for char-based changes shown by `diff-fine-highlight'."
+ :group 'diff-mode)
(defun diff-fine-highlight-preproc ()
(while (re-search-forward "^." nil t)