From: Dan Nicolaescu Date: Sat, 13 Oct 2007 00:07:23 +0000 (+0000) Subject: * diff-mode.el (diff-fine-change): Add :group. X-Git-Tag: emacs-pretest-23.0.90~10387 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5eee3c954ef8f1f7a1c6390875a22339b8e2b446;p=emacs.git * diff-mode.el (diff-fine-change): Add :group. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9865fd4f0c6..2306081c477 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-10-13 Dan Nicolaescu + + * diff-mode.el (diff-fine-change): Add :group. + 2007-10-12 Dan Nicolaescu * cus-start.el (all): Use the same test as the 22.2 branch. 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)