Commit graph

15 commits

Author SHA1 Message Date
Pavel Janík
60370d4073 Some fixes to follow coding conventions. 2001-07-15 19:53:53 +00:00
John Wiegley
05a685722c (eshell-exit-success-p): Use a string-match to test if the last
command was Lisp or not.
(eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A B x
C".
2001-06-09 05:24:15 +00:00
John Wiegley
94d136339d (eshell/which): Use `eshell-explicit-command-char' instead of ?*. 2001-05-18 16:39:49 +00:00
John Wiegley
ea7974a656 Fixed reference to free variable. 2001-05-10 03:52:13 +00:00
John Wiegley
3cb27fd7cd (eshell-lisp-command): Don't perform numeric conversions if a Lisp
function has the property `eshell-no-numeric-conversions' set to a
non-nil value.
2001-05-10 03:50:53 +00:00
John Wiegley
5aec6b055c (eshell-lisp-command): Before calling a Lisp function, convert any
string arguments that have been tagged as "numbers", by calling
string-to-number.
2001-05-10 03:29:36 +00:00
John Wiegley
2e88b53c21 (eshell-find-alias-function): Corrected the fix from last night, since
it wasn't finding eshell/cd.
2001-04-24 20:48:14 +00:00
John Wiegley
c7b1b508e5 (eshell-find-alias-function): Return t in the case where the function
was defined in a file, but not part of an eshell module.
2001-04-24 06:33:40 +00:00
John Wiegley
dace60cfea See ChangeLog 2000-10-29 05:18:48 +00:00
Gerd Moellmann
7de5b4214e Add author information. 2000-10-16 12:27:09 +00:00
John Wiegley
ca7aae916b See ChangeLog 2000-08-29 00:47:45 +00:00
Eli Zaretskii
3b2d7a2983 (eshell-cmd): Replace links to eshell.info with
links to eshell, to avoid problems on systems where the manual is
installed as `eshell'.
2000-07-18 11:49:24 +00:00
Gerd Moellmann
faadfb0a21 Change spelling of the Free Software Foundation. 2000-06-26 13:08:44 +00:00
Gerd Moellmann
022499fab9 (eshell-rewrite-for-command): Use cdr and
cddr instead of cdddr.
2000-06-23 05:23:39 +00:00
Gerd Moellmann
25fffb314e *** empty log message *** 2000-06-23 04:54:41 +00:00