From: akr Date: Thu, 23 Apr 1998 17:00:18 +0000 (+0000) Subject: Sync up with main trunc. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Funlabeled-1.30.2;p=elisp%2Fgnus.git- Sync up with main trunc. --- 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)