diff lisp/diff-mode.el @ 85210:782f0bc49c07

* diff-mode.el (diff-fine-change): Add :group.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 13 Oct 2007 00:07:23 +0000
parents 8d5ae38b1b47
children 3bc55977b5f8 d38543a1c0f9
line wrap: on
line diff
--- a/lisp/diff-mode.el	Fri Oct 12 23:40:42 2007 +0000
+++ b/lisp/diff-mode.el	Sat Oct 13 00:07:23 2007 +0000
@@ -1653,7 +1653,8 @@
 
 (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)