mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
*** empty log message ***
This commit is contained in:
parent
95193cc5c4
commit
c979fbdf77
1 changed files with 2 additions and 2 deletions
|
|
@ -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")))
|
||||
|
|
|
|||
Loading…
Reference in a new issue