projects
/
chise
/
xemacs-chise.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83de0c5
)
(emacs-version): Add more space just before UTF-2000 version string.
author
tomo
<tomo>
Wed, 1 Sep 1999 16:35:11 +0000
(16:35 +0000)
committer
tomo
<tomo>
Wed, 1 Sep 1999 16:35:11 +0000
(16:35 +0000)
lisp/version.el
patch
|
blob
|
history
diff --git
a/lisp/version.el
b/lisp/version.el
index
3d41ea9
..
d79e0b4
100644
(file)
--- a/
lisp/version.el
+++ b/
lisp/version.el
@@
-100,7
+100,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 " UTF-2000 v" utf-2000-version))
(t ""))
(substring emacs-build-time 0
(string-match " *[0-9]*:" emacs-build-time))