(char-ideographic-radical): Renamed from `char-ideograph-radical'.
[chise/xemacs-chise.git] / lisp / version.el
index 3d41ea9..7e2d275 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))
@@ -134,10 +134,9 @@ argument are optional. Only the Non-nil arguments are used in the test."
 ;; `what(1)' can extract from the executable or a core file.  We don't
 ;; actually need this to be pointed to from lisp; pure objects can't
 ;; be GCed.
-(or (memq system-type '(windows-nt ms-dos))
-    (purecopy (concat "\n@" "(#)" (emacs-version)
-                     "\n@" "(#)" "Configuration: "
-                     system-configuration "\n")))
+(purecopy (concat "\n@" "(#)" (emacs-version)
+                 "\n@" "(#)" "Configuration: "
+                 system-configuration "\n"))
 
 ;;Local variables:
 ;;version-control: never