Mercurial > emacs
changeset 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 | 14d94fbda7b5 |
children | d8ed266ee06b |
files | lisp/gnus/gnus-art.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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)