projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
509f5ef
)
(emacs-version): Rename `XEmacs UTF-2000' to `XEmacs CHISE'; use
author
tomo
<tomo>
Wed, 12 Mar 2003 19:16:54 +0000
(19:16 +0000)
committer
tomo
<tomo>
Wed, 12 Mar 2003 19:16:54 +0000
(19:16 +0000)
`xemacs-chise-version' instead of `utf-2000-version'.
lisp/version.el
patch
|
blob
|
history
diff --git
a/lisp/version.el
b/lisp/version.el
index
bdc75c0
..
7f74440
100644
(file)
--- 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))