Mercurial > emacs
diff lisp/version.el @ 41168:d647c8dc631c
*** empty log message ***
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Fri, 16 Nov 2001 23:59:51 +0000 |
| parents | 14e19ff36d9b |
| children | a04130ae6a21 |
line wrap: on
line diff
--- 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")))
