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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/em-unix.el
Date: Tue, 19 Oct 2004 13:03:29 -0400

Index: emacs/lisp/eshell/em-unix.el
diff -c emacs/lisp/eshell/em-unix.el:1.22 emacs/lisp/eshell/em-unix.el:1.23
*** emacs/lisp/eshell/em-unix.el:1.22   Tue Apr 27 13:54:39 2004
--- emacs/lisp/eshell/em-unix.el        Tue Oct 19 16:53:23 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]