]> git.eshelyaron.com Git - emacs.git/commitdiff
2004-05-13 John Wiegley <johnw@newartisans.com>
authorJohn Wiegley <johnw@newartisans.com>
Fri, 14 May 2004 01:03:03 +0000 (01:03 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Fri, 14 May 2004 01:03:03 +0000 (01:03 +0000)
* eshell/esh-test.el (eshell-test): Call the function
`emacs-version' rather than trying to build a custom version
string.

lisp/ChangeLog
lisp/eshell/esh-test.el

index 1d6077e9fe1d22681c42963f4979bc825bb75e4d..756b2abb63bfa4f353c19f03670543c2ffd71fe5 100644 (file)
@@ -1,3 +1,12 @@
+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.
index 54edf5e35ab807be0d048a69eb63742c733619ee..076505da14efaf8d6584cd6cecda8d9aff625aa1 100644 (file)
       (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--"