summaryrefslogtreecommitdiff
path: root/lisp/eshell/esh-test.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2000-10-29 05:18:48 +0000
committerJohn Wiegley <johnw@newartisans.com>2000-10-29 05:18:48 +0000
commitdace60cfea488a9cc8a775109c56b66907aa6abb (patch)
tree364b9c0114540a5f51a42e1e28a37b98714edaee /lisp/eshell/esh-test.el
parent657f9cb8b7f7c3a9687f3998319ce63346ef13a4 (diff)
downloademacs-dace60cfea488a9cc8a775109c56b66907aa6abb.tar.gz
See ChangeLog
Diffstat (limited to 'lisp/eshell/esh-test.el')
-rw-r--r--lisp/eshell/esh-test.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/eshell/esh-test.el b/lisp/eshell/esh-test.el
index 6a14541ab39..acfb409da57 100644
--- a/lisp/eshell/esh-test.el
+++ b/lisp/eshell/esh-test.el
@@ -173,12 +173,12 @@
system-configuration
(cond ((featurep 'motif) ", Motif")
((featurep 'x-toolkit) ", X toolkit")
- (t ""))) "\n")
+ (t ""))))
(switch-to-buffer test-buffer)
(delete-other-windows))
- (eshell-for funcname
- (sort (all-completions "eshell-test--" obarray 'functionp)
- 'string-lessp)
+ (eshell-for funcname (sort (all-completions "eshell-test--"
+ obarray 'functionp)
+ 'string-lessp)
(with-current-buffer test-buffer
(insert "\n"))
(funcall (intern-soft funcname)))