(gnus-summary-highlight): Mark as risky local variable.
authorReiner Steib <Reiner.Steib@gmx.de>
Sat, 3 Nov 2007 13:09:59 +0000 (13:09 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Sat, 3 Nov 2007 13:09:59 +0000 (13:09 +0000)
lisp/ChangeLog
lisp/gnus-sum.el

index d2ad6b1..e3c6f04 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
+
 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
index 5709de6..bc5ed9f 100644 (file)
@@ -1080,6 +1080,7 @@ uncached:     Non-nil if the article is uncached."
   :group 'gnus-summary-visual
   :type '(repeat (cons (sexp :tag "Form" nil)
                       face)))
+(put 'gnus-summary-highlight 'risky-local-variable t)
 
 (defcustom gnus-alter-header-function nil
   "Function called to allow alteration of article header structures.