(emacs-version): Rename `XEmacs UTF-2000' to `XEmacs CHISE'; use
authortomo <tomo>
Wed, 12 Mar 2003 19:16:54 +0000 (19:16 +0000)
committertomo <tomo>
Wed, 12 Mar 2003 19:16:54 +0000 (19:16 +0000)
`xemacs-chise-version' instead of `utf-2000-version'.

lisp/version.el

index bdc75c0..7f74440 100644 (file)
@@ -99,7 +99,7 @@ to the system configuration; look at `system-configuration' instead."
            (cond ((or (and (fboundp 'featurep)
                            (featurep 'utf-2000))
                       (memq 'utf-2000 features))
-                  (concat "  UTF-2000 v" utf-2000-version))
+                  (concat "  CHISE v" xemacs-chise-version))
                  (t ""))
            (substring emacs-build-time 0
                       (string-match " *[0-9]*:" emacs-build-time))