diff lisp/eshell/esh-util.el @ 31241:3099993cba0f

See ChangeLog
author John Wiegley <johnw@newartisans.com>
date Tue, 29 Aug 2000 00:47:45 +0000
parents 10b1c85c0bbe
children aab90b31807c
line wrap: on
line diff
--- a/lisp/eshell/esh-util.el	Tue Aug 29 00:37:10 2000 +0000
+++ b/lisp/eshell/esh-util.el	Tue Aug 29 00:47:45 2000 +0000
@@ -262,7 +262,7 @@
 
 (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