* eshell/esh-test.el (eshell-test): Call the function
`emacs-version' rather than trying to build a custom version
string.
+2004-05-13 John Wiegley <johnw@newartisans.com>
+
+ * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
+ `recentf-mode' if this variable has been customized to t.
+
+ * eshell/esh-test.el (eshell-test): Call the function
+ `emacs-version' rather than trying to build a custom version
+ string.
+
2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
* net/telnet.el (telnet-mode): Use define-derived-mode.
(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--"