From 7ee754c09cfd265f996bc242b37d7c9411e241cd Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 23 Apr 1998 17:00:18 +0000 Subject: [PATCH] Sync up with main trunc. --- lisp/gnus.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/gnus.el b/lisp/gnus.el index 61534c0..f2a1d78 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -246,11 +246,12 @@ is restarted, and sometimes reloaded." :link '(custom-manual "(gnus)Exiting Gnus") :group 'gnus) -(defconst gnus-version-number "6.0.10" +(defconst gnus-version-number "6.2.0" "Version number for this version of gnus.") (defconst gnus-version - (format "Semi-gnus %s (based on Gnus 5.6.2)" gnus-version-number) + (format "Semi-gnus %s (based on Gnus 5.6.4; for SEMI 1.3)" + gnus-version-number) "Version string for this version of gnus.") (defcustom gnus-inhibit-startup-message nil @@ -702,7 +703,7 @@ All other Gnus path variables are initialized from this variable." :type 'directory) (defcustom gnus-directory (or (getenv "SAVEDIR") - (nnheader-concat gnus-home-directory "News/")) + (nnheader-concat gnus-home-directory "News/")) "*Directory variable from which all other Gnus file variables are derived." :group 'gnus-files :type 'directory) -- 1.7.10.4