X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Fversion.el;h=d0ba84c84c61154ed238b7dd3b8f6a61b4f1f26f;hb=c1191056c64c77073f1a3bdae1d6ca4eb4a08627;hp=87c1d795b8836e68fb3eee944eb54c78cdb3de57;hpb=2e3e3f9ee27fec50f45c282d71eaddf7c673bc56;p=chise%2Fxemacs-chise.git diff --git a/lisp/version.el b/lisp/version.el index 87c1d79..d0ba84c 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -125,7 +125,7 @@ symbol `nil') then only the major version numbers are considered 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 '(vax-vms windows-nt ms-dos)) +(or (memq system-type '(windows-nt ms-dos)) (purecopy (concat "\n@" "(#)" (emacs-version) "\n@" "(#)" "Configuration: " system-configuration "\n")))