changeset 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 c4472165ba35
children 7d0c6a0340a2
files lisp/ChangeLog lisp/diff-mode.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Oct 12 23:40:42 2007 +0000
+++ b/lisp/ChangeLog	Sat Oct 13 00:07:23 2007 +0000
@@ -1,3 +1,7 @@
+2007-10-13  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* diff-mode.el (diff-fine-change): Add :group.
+
 2007-10-12  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* cus-start.el (all): Use the same test as the 22.2 branch.
--- 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)