From 5eee3c954ef8f1f7a1c6390875a22339b8e2b446 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sat, 13 Oct 2007 00:07:23 +0000 Subject: [PATCH] * diff-mode.el (diff-fine-change): Add :group. --- lisp/ChangeLog | 4 ++++ lisp/diff-mode.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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) -- 2.39.2