From 1b956e0c47887d90ac452278ee481005a479d471 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 10 Mar 2000 00:22:19 +0000 Subject: [PATCH] (gnus-revision-number): Increment to 14. (gnus-compile-user-specs): New user option. --- lisp/gnus.el | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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.") -- 1.7.10.4