]> git.eshelyaron.com Git - emacs.git/commitdiff
(eshell-grep): Don't bind compilation-process-setup-function.
authorRichard M. Stallman <rms@gnu.org>
Tue, 19 Oct 2004 16:53:23 +0000 (16:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 19 Oct 2004 16:53:23 +0000 (16:53 +0000)
lisp/eshell/em-unix.el

index 43d3c9c4e5eefe2853d52ab256a8d75b98566db5..ce30cec6604971abddf3a2d8331782f722678e5c 100644 (file)
@@ -708,11 +708,7 @@ external command."
               (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)))