From: Richard M. Stallman Date: Tue, 23 Oct 2007 09:46:32 +0000 (+0000) Subject: (gnus-group-highlight): Mark as risky. X-Git-Tag: emacs-pretest-22.1.90~538 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b576f7d9061b6bc4a1f1e0c6ff5bff5d3459bc0;p=emacs.git (gnus-group-highlight): Mark as risky. --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index e8273482fab..38ef3175a92 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2007-10-23 Richard Stallman + + * gnus-group.el (gnus-group-highlight): Mark as risky. + 2007-10-18 Katsumi Yamaoka * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 7cbe86623da..3c5cd7bedef 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -378,6 +378,7 @@ score: The score of the group. ticked: The number of ticked articles." :group 'gnus-group-visual :type '(repeat (cons (sexp :tag "Form") face))) +(put 'gnus-group-highlight 'risky-local-variable t) (defcustom gnus-new-mail-mark ?% "Mark used for groups with new mail."