diff lisp/version.el @ 440:8de8e3f6228a r21-2-28

Import from CVS: tag r21-2-28
author cvs
date Mon, 13 Aug 2007 11:33:38 +0200
parents 3ecd8885ac67
children 576fb035e263
line wrap: on
line diff
--- a/lisp/version.el	Mon Aug 13 11:32:27 2007 +0200
+++ b/lisp/version.el	Mon Aug 13 11:33:38 2007 +0200
@@ -131,10 +131,9 @@
 ;; `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