(gnus-extended-version): Add comments.
authorshuhei-k <shuhei-k>
Fri, 3 Jul 1998 06:55:33 +0000 (06:55 +0000)
committershuhei-k <shuhei-k>
Fri, 3 Jul 1998 06:55:33 +0000 (06:55 +0000)
lisp/gnus-msg.el

index 0f236e2..261494f 100644 (file)
@@ -522,7 +522,7 @@ If SILENT, don't prompt the user."
    (cond
     ((featurep 'xemacs)
      (concat (format "XEmacs/%d.%d" emacs-major-version emacs-minor-version)
-             ;; XXX: beta?
+             ;; XXX: include beta version?
              (if (featurep 'mule)
                  "-mule")
             (if (boundp 'xemacs-codename)
@@ -530,9 +530,10 @@ If SILENT, don't prompt the user."
              ))
     (t
      (concat (format "Emacs/%d.%d" emacs-major-version emacs-minor-version)
-             ;; XXX: unibyte or multibyte
+             ;; XXX: include unibyte/multibyte env. info.
              (if (boundp 'mule-version)
                  (concat " Mule/" mule-version))
+            ;; XXX: convert (Meadow-version) -> PRODUCT/VERSION.
              (if (featurep 'meadow)
                  (concat " " (Meadow-version)))
              ))