From: Stefan Monnier Date: Fri, 16 Nov 2001 23:59:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~18466 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c979fbdf77ff27d20855fa50b0cafbee5466386f;p=emacs.git *** empty log message *** --- diff --git a/lisp/version.el b/lisp/version.el index ebf50f1fa6f..ac1d2fa4807 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -76,10 +76,10 @@ to the system configuration; look at `system-configuration' instead." (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")))