]> git.eshelyaron.com Git - emacs.git/commitdiff
* diff-mode.el (diff-fine-change): Add :group.
authorDan Nicolaescu <dann@ics.uci.edu>
Sat, 13 Oct 2007 00:07:23 +0000 (00:07 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Sat, 13 Oct 2007 00:07:23 +0000 (00:07 +0000)
lisp/ChangeLog
lisp/diff-mode.el

index 9865fd4f0c6ce53c320e4a1b567527a3738e726f..2306081c47704a536c259dabfde368d33cbfc572 100644 (file)
@@ -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.
index 229ef227777e83409ba20e39aebc42c29ab1b40a..894a12b11937b5fd05ee13fd102f5d85a5678f8e 100644 (file)
@@ -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)