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: Mon, 10 Jun 2002 04:32:46 -0400

Index: emacs/lisp/eshell/em-unix.el
diff -c emacs/lisp/eshell/em-unix.el:1.17 emacs/lisp/eshell/em-unix.el:1.18
*** emacs/lisp/eshell/em-unix.el:1.17   Sat Feb 16 04:41:35 2002
--- emacs/lisp/eshell/em-unix.el        Mon Jun 10 04:32:45 2002
***************
*** 955,961 ****
                      (not eshell-in-subcommand-p))))
        (throw 'eshell-replace-command
               (eshell-parse-command "*diff" orig-args))
!       (setq args (eshell-copy-list orig-args))
        (if (< (length args) 2)
          (throw 'eshell-replace-command
                 (eshell-parse-command "*diff" orig-args)))
--- 955,961 ----
                      (not eshell-in-subcommand-p))))
        (throw 'eshell-replace-command
               (eshell-parse-command "*diff" orig-args))
!       (setq args (copy-sequence orig-args))
        (if (< (length args) 2)
          (throw 'eshell-replace-command
                 (eshell-parse-command "*diff" orig-args)))



reply via email to

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