From 6614229fdd6fd065d2bde214f6295d3f52a2dffa Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 12 Mar 2003 19:16:54 +0000 Subject: [PATCH] (emacs-version): Rename `XEmacs UTF-2000' to `XEmacs CHISE'; use `xemacs-chise-version' instead of `utf-2000-version'. --- lisp/version.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/version.el b/lisp/version.el index bdc75c0..7f74440 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -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)) -- 1.7.10.4