]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-group-highlight): Mark as risky.
authorRichard M. Stallman <rms@gnu.org>
Tue, 23 Oct 2007 09:46:32 +0000 (09:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 23 Oct 2007 09:46:32 +0000 (09:46 +0000)
lisp/gnus/ChangeLog
lisp/gnus/gnus-group.el

index e8273482fabed83531ba8c7e593f0990191c576c..38ef3175a921a8ec71db310e5b65d65ee59cb672 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-23  Richard Stallman  <rms@gnu.org>
+
+       * gnus-group.el (gnus-group-highlight): Mark as risky.
+
 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
index 7cbe86623da119d20ad1449951e530409d0bc52d..3c5cd7bedef1d9b357f8349c82e4122820320f51 100644 (file)
@@ -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."