diff lisp/gnus/gnus-art.el @ 63689:376c123a5378

(gnus-article-mode): Use kill-all-local-variables.
author Lute Kamstra <lute@gnu.org>
date Thu, 23 Jun 2005 08:34:10 +0000
parents eb8609914b2b
children aa5963346291 b7da78284d4c
line wrap: on
line diff
--- a/lisp/gnus/gnus-art.el	Thu Jun 23 08:33:29 2005 +0000
+++ b/lisp/gnus/gnus-art.el	Thu Jun 23 08:34:10 2005 +0000
@@ -3732,6 +3732,7 @@
 \\[gnus-article-describe-briefly]\t Describe the current mode briefly
 \\[gnus-info-find-node]\t Go to the Gnus info node"
   (interactive)
+  (kill-all-local-variables)
   (gnus-simplify-mode-line)
   (setq mode-name "Article")
   (setq major-mode 'gnus-article-mode)