From 416b6917b13b479bde59d5bc74d1e0c5ab2e9863 Mon Sep 17 00:00:00 2001 From: shuhei-k Date: Fri, 3 Jul 1998 06:55:33 +0000 Subject: [PATCH] (gnus-extended-version): Add comments. --- lisp/gnus-msg.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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))) )) -- 1.7.10.4