From: keiichi Date: Sun, 5 Mar 2000 08:03:37 +0000 (+0000) Subject: (gnus-update-format-specifications): Fix bug in latest changes. X-Git-Tag: nana-gnus-7_1_0_16~22 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcfc9697cdd7a14af0188c171738d2fbdc616b86;p=elisp%2Fgnus.git- (gnus-update-format-specifications): Fix bug in latest changes. --- diff --git a/lisp/gnus-spec.el b/lisp/gnus-spec.el index e625e2d..6d0f8c4 100644 --- a/lisp/gnus-spec.el +++ b/lisp/gnus-spec.el @@ -172,6 +172,7 @@ (cdr (assq 'version gnus-format-specs)))) (not (equal gnus-version gnus-newsrc-file-version))) (message "%s" "Force update format specs.") + (setq gnus-newsrc-file-version gnus-version) (setq gnus-format-specs nil)) ;; Go through all the formats and see whether they need updating.