emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/eshell/esh-test.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-test.el [emacs-unicode-2]
Date: Mon, 28 Jun 2004 04:55:32 -0400

Index: emacs/lisp/eshell/esh-test.el
diff -c emacs/lisp/eshell/esh-test.el:1.6.8.1 
emacs/lisp/eshell/esh-test.el:1.6.8.2
*** emacs/lisp/eshell/esh-test.el:1.6.8.1       Fri Apr 16 12:50:15 2004
--- emacs/lisp/eshell/esh-test.el       Mon Jun 28 07:29:41 2004
***************
*** 167,179 ****
        (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 ""))))
        (switch-to-buffer test-buffer)
        (delete-other-windows))
      (eshell-for funcname (sort (all-completions "eshell-test--"
--- 167,173 ----
        (local-set-key [(control ?m)] 'eshell-test-goto-func)
        (local-set-key [return] 'eshell-test-goto-func)
  
!       (insert "Testing Eshell under " (emacs-version))
        (switch-to-buffer test-buffer)
        (delete-other-windows))
      (eshell-for funcname (sort (all-completions "eshell-test--"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]