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.
This commit is contained in:
parent
533b22e2e2
commit
97dad9d378
2 changed files with 10 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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--"
|
||||
|
|
Loading…
Add table
Reference in a new issue