Mercurial > emacs
changeset 55581:a9bcae5bca8e
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.
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Fri, 14 May 2004 01:02:37 +0000 |
parents | cd398d1e6ab3 |
children | 289388d8464e |
files | lisp/eshell/esh-test.el |
diffstat | 1 files changed, 1 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/eshell/esh-test.el Fri May 14 01:02:10 2004 +0000 +++ b/lisp/eshell/esh-test.el Fri May 14 01:02:37 2004 +0000 @@ -167,13 +167,7 @@ (local-set-key [(control ?m)] 'eshell-test-goto-func) (local-set-key [return] 'eshell-test-goto-func) - (insert "Testing Eshell under " - (format "GNU Emacs %s (%s%s)" - emacs-version - system-configuration - (cond ((featurep 'motif) ", Motif") - ((featurep 'x-toolkit) ", X toolkit") - (t "")))) + (insert "Testing Eshell under " (emacs-version)) (switch-to-buffer test-buffer) (delete-other-windows)) (eshell-for funcname (sort (all-completions "eshell-test--"