XEmacs 21.2.28 "Hermes".
[chise/xemacs-chise.git.1] / lisp / version.el
index 914ec3a..d913142 100644 (file)
@@ -131,10 +131,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