emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/eshell/em-unix.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/em-unix.el [lexbind]
Date: Mon, 25 Oct 2004 00:44:52 -0400

Index: emacs/lisp/eshell/em-unix.el
diff -c emacs/lisp/eshell/em-unix.el:1.18.2.3 
emacs/lisp/eshell/em-unix.el:1.18.2.4
*** emacs/lisp/eshell/em-unix.el:1.18.2.3       Thu Apr 29 10:59:10 2004
--- emacs/lisp/eshell/em-unix.el        Mon Oct 25 04:22:30 2004
***************
*** 708,718 ****
               (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
                              (mapcar 'shell-quote-argument
                                      (eshell-stringify-list
                                       (eshell-flatten-list args)))
--- 708,714 ----
               (eshell-parse-command (concat "*" command)
                                     (eshell-stringify-list
                                      (eshell-flatten-list args))))
!       (let* ((args (mapconcat 'identity
                              (mapcar 'shell-quote-argument
                                      (eshell-stringify-list
                                       (eshell-flatten-list args)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]