Skip to content

Commit

Permalink
See ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
jwiegley committed Aug 29, 2000
1 parent dfe55e9 commit 403aab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esh-util.el
Expand Up @@ -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
Expand Down

0 comments on commit 403aab1

Please sign in to comment.