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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/em-unix.el [emacs-unicode-2]
Date: Fri, 22 Oct 2004 06:22:20 -0400

Index: emacs/lisp/eshell/em-unix.el
diff -c emacs/lisp/eshell/em-unix.el:1.20.2.2 
emacs/lisp/eshell/em-unix.el:1.20.2.3
*** emacs/lisp/eshell/em-unix.el:1.20.2.2       Mon Jun 28 07:29:41 2004
--- emacs/lisp/eshell/em-unix.el        Fri Oct 22 10:13:52 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]