From: shuhei-k Date: Fri, 3 Jul 1998 06:55:33 +0000 (+0000) Subject: (gnus-extended-version): Add comments. X-Git-Tag: semi-mule-199811302358~41 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=416b6917b13b479bde59d5bc74d1e0c5ab2e9863;p=elisp%2Fgnus.git- (gnus-extended-version): Add comments. --- diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index 0f236e2..261494f 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el @@ -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))) ))