# HG changeset patch # User Lute Kamstra # Date 1119515650 0 # Node ID 376c123a5378bca357ecb7a942d09f81bcef46cd # Parent 14d94fbda7b5fda5d67613ee12cd6de8a9ba8658 (gnus-article-mode): Use kill-all-local-variables. diff -r 14d94fbda7b5 -r 376c123a5378 lisp/gnus/gnus-art.el --- 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)