From: yamaoka Date: Fri, 10 Mar 2000 00:22:19 +0000 (+0000) Subject: (gnus-revision-number): Increment to 14. X-Git-Tag: t-gnus-6_14_1-14~1 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1b956e0c47887d90ac452278ee481005a479d471;p=elisp%2Fgnus.git- (gnus-revision-number): Increment to 14. (gnus-compile-user-specs): New user option. --- diff --git a/lisp/gnus.el b/lisp/gnus.el index a483d7e..0ec9ec5 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -268,7 +268,7 @@ is restarted, and sometimes reloaded." (defconst gnus-version-number "6.14.1" "Version number for this version of gnus.") -(defconst gnus-revision-number "13" +(defconst gnus-revision-number "14" "Revision number for this version of gnus.") (defconst gnus-original-version-number "5.8.3" @@ -1607,6 +1607,13 @@ This variable can be nil, gnus or gnus-ja." gnus-format-specs) "Gnus variables saved in the quick startup file.") +(defcustom gnus-compile-user-specs t + "If non-nil, the user-defined format specs will be byte-compiled +automatically. +It has an effect on the values of `gnus-*-line-format-spec'." + :group 'gnus + :type 'boolean) + (defvar gnus-newsrc-alist nil "Assoc list of read articles. gnus-newsrc-hashtb should be kept so that both hold the same information.")