summaryrefslogtreecommitdiff
path: root/lisp/eshell
Commit message (Collapse)AuthorAgeFilesLines
* (eval-when-compile): Don't lose if esh-module.el's file nameEli Zaretskii2000-09-021-2/+12
| | | | is truncated to DOS 8+3 limits.
* See ChangeLogJohn Wiegley2000-09-012-11/+66
|
* See ChangeLogJohn Wiegley2000-08-2915-173/+326
|
* See ChangeLogJohn Wiegley2000-08-294-27/+75
|
* Change custom :link file names from `eshell.info' to `eshell'.Gerd Moellmann2000-07-301-3/+3
|
* Fix a typo in a comment.Eli Zaretskii2000-07-201-1/+1
|
* (eshell-banner): Replace links to eshell.info withEli Zaretskii2000-07-181-1/+1
| | | | | links to eshell, to avoid problems on systems where the manual is installed as `eshell'.
* (eshell-smart): Replace links to eshell.info withEli Zaretskii2000-07-181-1/+1
| | | | | links to eshell, to avoid problems on systems where the manual is installed as `eshell'.
* (eshell-cmd): Replace links to eshell.info withEli Zaretskii2000-07-181-1/+1
| | | | | links to eshell, to avoid problems on systems where the manual is installed as `eshell'.
* (eshell-directory-name): Run default directoryEli Zaretskii2000-07-181-2/+2
| | | | | | | name through convert-standard-filename. (eshell): Replace links to eshell.info with links to eshell, to avoid problems on systems where the manual is installed as `eshell'.
* (eshell-maybe-replace-by-alias): Doc fix.Eli Zaretskii2000-07-181-3/+3
| | | | | | (eshell-alias, eshell-bad-command-tolerance): Replace links to eshell.info with links to eshell, to avoid problems on systems where the manual is installed as `eshell'.
* (eshell-shuffle-files): Don't disableEli Zaretskii2000-07-181-1/+2
| | | | same-file check in the MS-DOS version (it does support inodes).
* (toplevel): ReferenceEli Zaretskii2000-07-111-1/+2
| | | | byte-compile-current-file only if it is bound.
* (toplevel): Load defgroup's differently;Gerd Moellmann2000-06-261-2/+3
| | | | patch from John.
* *** empty log message ***Gerd Moellmann2000-06-261-179/+0
|
* Change spelling of the Free Software Foundation.Gerd Moellmann2000-06-2629-29/+29
|
* Require CL when compiling.Stefan Monnier2000-06-231-1/+5
|
* *** empty log message ***Gerd Moellmann2000-06-2328-0/+10349
|
* (eshell-rewrite-for-command): Use cdr andGerd Moellmann2000-06-231-1/+1
| | | | cddr instead of cdddr.
* *** empty log message ***Gerd Moellmann2000-06-231-0/+1314
|
* (eshell-mode): Use eshell-copy-list insteadGerd Moellmann2000-06-231-2/+2
| | | | of copy-list.
* (eshell-sublist): Use eshell-copy-listGerd Moellmann2000-06-231-1/+1
| | | | instead of copy-list.
* *** empty log message ***Gerd Moellmann2000-06-232-0/+1682