diff options
author | Richard M. Stallman <rms@gnu.org> | 2007-10-23 09:46:32 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2007-10-23 09:46:32 +0000 |
commit | 4b576f7d9061b6bc4a1f1e0c6ff5bff5d3459bc0 (patch) | |
tree | 515733a847b2cd3d42cd17e1ee81af5d37317ba6 /lisp/gnus/gnus-group.el | |
parent | a6151b2c1070058fcdc9cf9021e331c1f563bc1d (diff) | |
download | emacs-4b576f7d9061b6bc4a1f1e0c6ff5bff5d3459bc0.tar.gz |
(gnus-group-highlight): Mark as risky.
Diffstat (limited to 'lisp/gnus/gnus-group.el')
-rw-r--r-- | lisp/gnus/gnus-group.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." |