(emacs-version): Add more space just before UTF-2000 version string.
authortomo <tomo>
Wed, 1 Sep 1999 16:35:11 +0000 (16:35 +0000)
committertomo <tomo>
Wed, 1 Sep 1999 16:35:11 +0000 (16:35 +0000)
lisp/version.el

index 3d41ea9..d79e0b4 100644 (file)
@@ -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))