(gnus-extended-version): Fix for 'emacs-gnus-config.
authorReiner Steib <Reiner.Steib@gmx.de>
Mon, 3 Mar 2003 16:36:45 +0000 (16:36 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Mon, 3 Mar 2003 16:36:45 +0000 (16:36 +0000)
(gnus-user-agent): Fixed typo.

lisp/ChangeLog
lisp/gnus-msg.el

index aa543e8..14cc5b6 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-msg.el (gnus-extended-version): Fix for 'emacs-gnus-config.
+       (gnus-user-agent): Fixed typo.
+
 2003-03-03  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
        * gnus-agent.el (gnus-agent-enable-expiration): Fixed documentation.
index 1b94eaa..858f5cf 100644 (file)
@@ -286,7 +286,7 @@ If nil, the address field will always be empty after invoking
 (defcustom gnus-user-agent 'emacs-gnus-type
   "Which information should be exposed in the User-Agent header.
 
-It can be one of the symbols `gnus' \(show only Gnus version\) `emacs-gnus'
+It can be one of the symbols `gnus' \(show only Gnus version\), `emacs-gnus'
 \(show only Emacs and Gnus versions\), `emacs-gnus-config' \(same as
 `emacs-gnus' plus system configuration\), `emacs-gnus-type' \(same as
 `emacs-gnus' plus system type\) or a custom string.  If you set it to a
@@ -1048,7 +1048,7 @@ See the variable `gnus-user-agent'."
                  " (" gnus-version ")"))
         (system-v
          (cond
-          ((eq gnus-user-agent 'full)
+          ((eq gnus-user-agent 'emacs-gnus-config)
            system-configuration)
           ((eq gnus-user-agent 'emacs-gnus-type)
            (symbol-name system-type))