diff options
| author | Juanma Barranquero | 2003-02-04 12:29:42 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-02-04 12:29:42 +0000 |
| commit | f1180544bb5ff44cdb45b8734734294b0a2fa7a4 (patch) | |
| tree | 626b0db999b924834efc1f437eb47776ea6bd797 /lisp/version.el | |
| parent | 37d1e6800ca66b7977ebafb51ddb31a9de077e15 (diff) | |
| download | emacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.tar.gz emacs-f1180544bb5ff44cdb45b8734734294b0a2fa7a4.zip | |
Trailing whitespace deleted.
Diffstat (limited to 'lisp/version.el')
| -rw-r--r-- | lisp/version.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/version.el b/lisp/version.el index e5c1017a659..ff90d1fd1e8 100644 --- a/lisp/version.el +++ b/lisp/version.el | |||
| @@ -53,13 +53,13 @@ If optional argument HERE is non-nil, insert string at point. | |||
| 53 | Don't use this function in programs to choose actions according | 53 | Don't use this function in programs to choose actions according |
| 54 | to the system configuration; look at `system-configuration' instead." | 54 | to the system configuration; look at `system-configuration' instead." |
| 55 | (interactive "P") | 55 | (interactive "P") |
| 56 | (let ((version-string | 56 | (let ((version-string |
| 57 | (format (if (not (interactive-p)) | 57 | (format (if (not (interactive-p)) |
| 58 | "GNU Emacs %s (%s%s%s)\n of %s on %s" | 58 | "GNU Emacs %s (%s%s%s)\n of %s on %s" |
| 59 | "GNU Emacs %s (%s%s%s) of %s on %s") | 59 | "GNU Emacs %s (%s%s%s) of %s on %s") |
| 60 | emacs-version | 60 | emacs-version |
| 61 | system-configuration | 61 | system-configuration |
| 62 | (cond ((featurep 'motif) | 62 | (cond ((featurep 'motif) |
| 63 | (concat ", " (substring motif-version-string 4))) | 63 | (concat ", " (substring motif-version-string 4))) |
| 64 | ((featurep 'x-toolkit) ", X toolkit") | 64 | ((featurep 'x-toolkit) ", X toolkit") |
| 65 | (t "")) | 65 | (t "")) |
| @@ -70,7 +70,7 @@ to the system configuration; look at `system-configuration' instead." | |||
| 70 | "") | 70 | "") |
| 71 | (format-time-string "%Y-%m-%d" emacs-build-time) | 71 | (format-time-string "%Y-%m-%d" emacs-build-time) |
| 72 | emacs-build-system))) | 72 | emacs-build-system))) |
| 73 | (if here | 73 | (if here |
| 74 | (insert version-string) | 74 | (insert version-string) |
| 75 | (if (interactive-p) | 75 | (if (interactive-p) |
| 76 | (message "%s" version-string) | 76 | (message "%s" version-string) |