diff options
| author | Stefan Monnier | 2001-11-16 23:59:51 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-11-16 23:59:51 +0000 |
| commit | c979fbdf77ff27d20855fa50b0cafbee5466386f (patch) | |
| tree | 036cb69f9552d6f064448724e1d04f16111a6ae5 | |
| parent | 95193cc5c48a66a85d5375f26379a89322b9243c (diff) | |
| download | emacs-c979fbdf77ff27d20855fa50b0cafbee5466386f.tar.gz emacs-c979fbdf77ff27d20855fa50b0cafbee5466386f.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/version.el | 4 |
1 files changed, 2 insertions, 2 deletions
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." | |||
| 76 | (message "%s" version-string) | 76 | (message "%s" version-string) |
| 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(1) 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"))) |