From ca7aae916bab6783c5133d8432b61d97b8ffa923 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 29 Aug 2000 00:47:45 +0000 Subject: See ChangeLog --- lisp/eshell/esh-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/eshell/esh-util.el') diff --git a/lisp/eshell/esh-util.el b/lisp/eshell/esh-util.el index de19b63610..3d650928c6 100644 --- a/lisp/eshell/esh-util.el +++ b/lisp/eshell/esh-util.el @@ -262,7 +262,7 @@ If N or M is nil, it means the end of the list." (put 'eshell-for 'lisp-indent-function 2) -(defsubst eshell-flatten-list (args) +(defun eshell-flatten-list (args) "Flatten any lists within ARGS, so that there are no sublists." (let ((new-list (list t))) (eshell-for a args -- cgit v1.2.3