[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/version.el,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/version.el,v |
Date: |
Thu, 31 Jul 2008 05:34:11 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/31 05:33:56
Index: lisp/version.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/version.el,v
retrieving revision 2.65
retrieving revision 2.66
diff -u -b -r2.65 -r2.66
--- lisp/version.el 27 Jul 2008 18:24:32 -0000 2.65
+++ lisp/version.el 31 Jul 2008 05:33:45 -0000 2.66
@@ -85,7 +85,7 @@
(defalias 'version 'emacs-version)
;; We put version info into the executable in the form that `ident' uses.
-(or (memq system-type '(vax-vms windows-nt))
+(or (eq system-type 'windows-nt)
(purecopy (concat "\n$Id: " (subst-char-in-string ?\n ?\s (emacs-version))
" $\n")))