# HG changeset patch # User Stefan Monnier # Date 1005955191 0 # Node ID d647c8dc631cbefa17b709c65dd4bb811460fb4d # Parent ae8862effdf5cdfcd8291abb840f1cf2dd55dcbd *** empty log message *** diff -r ae8862effdf5 -r d647c8dc631c lisp/version.el --- a/lisp/version.el Fri Nov 16 23:58:48 2001 +0000 +++ b/lisp/version.el Fri Nov 16 23:59:51 2001 +0000 @@ -76,10 +76,10 @@ (message "%s" version-string) version-string)))) -;;; We hope that this alias is easier for people to find. +;; We hope that this alias is easier for people to find. (defalias 'version 'emacs-version) -;;; We put version info into the executable in the form that ident(1) uses. +;; We put version info into the executable in the form that ident(1) uses. (or (memq system-type '(vax-vms windows-nt)) (purecopy (concat "\n$Id: " (subst-char-in-string ?\n ? (emacs-version)) " $\n")))