diff options
| author | John Wiegley | 2004-05-14 01:03:03 +0000 |
|---|---|---|
| committer | John Wiegley | 2004-05-14 01:03:03 +0000 |
| commit | 97dad9d378e973c5bc9d3c13cb1fb399764db6dc (patch) | |
| tree | 429dd8b762436692a62c88e9a5b173d237a72039 /lisp/eshell | |
| parent | 533b22e2e29d955c4f0aa4265188dfe65de60ebb (diff) | |
| download | emacs-97dad9d378e973c5bc9d3c13cb1fb399764db6dc.tar.gz emacs-97dad9d378e973c5bc9d3c13cb1fb399764db6dc.zip | |
2004-05-13 John Wiegley <johnw@newartisans.com>
* eshell/esh-test.el (eshell-test): Call the function
`emacs-version' rather than trying to build a custom version
string.
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/esh-test.el | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lisp/eshell/esh-test.el b/lisp/eshell/esh-test.el index 54edf5e35ab..076505da14e 100644 --- a/lisp/eshell/esh-test.el +++ b/lisp/eshell/esh-test.el | |||
| @@ -167,13 +167,7 @@ | |||
| 167 | (local-set-key [(control ?m)] 'eshell-test-goto-func) | 167 | (local-set-key [(control ?m)] 'eshell-test-goto-func) |
| 168 | (local-set-key [return] 'eshell-test-goto-func) | 168 | (local-set-key [return] 'eshell-test-goto-func) |
| 169 | 169 | ||
| 170 | (insert "Testing Eshell under " | 170 | (insert "Testing Eshell under " (emacs-version)) |
| 171 | (format "GNU Emacs %s (%s%s)" | ||
| 172 | emacs-version | ||
| 173 | system-configuration | ||
| 174 | (cond ((featurep 'motif) ", Motif") | ||
| 175 | ((featurep 'x-toolkit) ", X toolkit") | ||
| 176 | (t "")))) | ||
| 177 | (switch-to-buffer test-buffer) | 171 | (switch-to-buffer test-buffer) |
| 178 | (delete-other-windows)) | 172 | (delete-other-windows)) |
| 179 | (eshell-for funcname (sort (all-completions "eshell-test--" | 173 | (eshell-for funcname (sort (all-completions "eshell-test--" |