diff options
author | Kai Großjohann <kgrossjo@eu.uu.net> | 2000-10-29 17:36:49 +0000 |
---|---|---|
committer | Kai Großjohann <kgrossjo@eu.uu.net> | 2000-10-29 17:36:49 +0000 |
commit | 1da437e9a86ce6a7db0f3a58f17289842ae92ff7 (patch) | |
tree | cac0ce13179a01760afc1e6637dadc15a1ed6239 /lisp/eshell | |
parent | d555ca6c2b3ccf920f998c3ae57134573afa049d (diff) | |
download | emacs-1da437e9a86ce6a7db0f3a58f17289842ae92ff7.tar.gz |
install-info syntax compat change.
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) + |