From 4b576f7d9061b6bc4a1f1e0c6ff5bff5d3459bc0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 23 Oct 2007 09:46:32 +0000 Subject: [PATCH] (gnus-group-highlight): Mark as risky. --- lisp/gnus/ChangeLog | 4 ++++ lisp/gnus/gnus-group.el | 1 + 2 files changed, 5 insertions(+) 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." -- 2.39.2