changeset 57604:c72da3dd9a8d

(eshell-grep): Don't bind compilation-process-setup-function.
author Richard M. Stallman <rms@gnu.org>
date Tue, 19 Oct 2004 16:53:23 +0000
parents bdfa227d18a8
children 6738a2db2167
files lisp/eshell/em-unix.el
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/eshell/em-unix.el	Tue Oct 19 16:51:14 2004 +0000
+++ b/lisp/eshell/em-unix.el	Tue Oct 19 16:53:23 2004 +0000
@@ -708,11 +708,7 @@
 	       (eshell-parse-command (concat "*" command)
 				     (eshell-stringify-list
 				      (eshell-flatten-list args))))
-      (let* ((compilation-process-setup-function
-	      (list 'lambda nil
-		    (list 'setq 'process-environment
-			  (list 'quote (eshell-copy-environment)))))
-	     (args (mapconcat 'identity
+      (let* ((args (mapconcat 'identity
 			      (mapcar 'shell-quote-argument
 				      (eshell-stringify-list
 				       (eshell-flatten-list args)))