comparison lisp/version.el @ 42656:cd29af650db0

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Fri, 11 Jan 2002 20:11:18 +0000
parents a04130ae6a21
children e27a1854f55c 014f40eb1c88
comparison
equal deleted inserted replaced
42655:d16bc97d648e 42656:cd29af650db0
77 version-string)))) 77 version-string))))
78 78
79 ;; We hope that this alias is easier for people to find. 79 ;; We hope that this alias is easier for people to find.
80 (defalias 'version 'emacs-version) 80 (defalias 'version 'emacs-version)
81 81
82 ;; We put version info into the executable in the form that ident(1) uses. 82 ;; We put version info into the executable in the form that `ident' uses.
83 (or (memq system-type '(vax-vms windows-nt)) 83 (or (memq system-type '(vax-vms windows-nt))
84 (purecopy (concat "\n$Id: " (subst-char-in-string ?\n ? (emacs-version)) 84 (purecopy (concat "\n$Id: " (subst-char-in-string ?\n ? (emacs-version))
85 " $\n"))) 85 " $\n")))
86 86
87 ;;Local variables: 87 ;;Local variables: