diff options
author | Michael Kifer <kifer@cs.stonybrook.edu> | 2001-01-19 07:13:03 +0000 |
---|---|---|
committer | Michael Kifer <kifer@cs.stonybrook.edu> | 2001-01-19 07:13:03 +0000 |
commit | 2550055a67cc37c4ed14b510b8cb4d70a9d73819 (patch) | |
tree | 5d31162f55eb2a74375c523f1eac9d0f3cadf4f6 /lisp/eshell | |
parent | d26b89b8119a012726fd16f0660d54cf65a2e8bc (diff) | |
download | emacs-2550055a67cc37c4ed14b510b8cb4d70a9d73819.tar.gz |
2001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
* viper.el: call initial-major-mode on startup.
* ediff.el (ediff-patch-file): use better defaults.
* ediff-vers.el: fix for 8+3 DOS file systems
2001-01-19 Colin Walters <walters@cis.ohio-state.edu>
* ediff-util.el (ediff-compare-custom-diffs-maybe): put diff in
diff mode, if available.
2001-01-19 Vin Shelton <acs@xemacs.org>
* ediff-hook.el (ediff-xemacs-init-menus): fixed add-menu-button
2001-01-19 Steve Youngs <youngs@xemacs.org>
* ediff-init.el (subst-char-in-string): Define and use it, unless
it's already defined.
Diffstat (limited to 'lisp/eshell')
-rw-r--r-- | lisp/eshell/esh-groups.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/eshell/esh-groups.el b/lisp/eshell/esh-groups.el index d82cdff4ffd..218bd2a2e52 100644 --- a/lisp/eshell/esh-groups.el +++ b/lisp/eshell/esh-groups.el @@ -132,3 +132,4 @@ functions, or as aliases which make some of Emacs' behavior more naturally accessible within Emacs." :tag "Extra alias functions" :group 'eshell-module) + |