[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/eshell/esh-io.el
From: |
John Wiegley |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/eshell/esh-io.el |
Date: |
Mon, 30 May 2005 20:14:32 -0400 |
Index: emacs/lisp/eshell/esh-io.el
diff -c emacs/lisp/eshell/esh-io.el:1.11 emacs/lisp/eshell/esh-io.el:1.12
*** emacs/lisp/eshell/esh-io.el:1.11 Fri May 27 02:12:10 2005
--- emacs/lisp/eshell/esh-io.el Tue May 31 00:14:26 2005
***************
*** 192,198 ****
(eshell-finish-arg
(prog1
(list 'eshell-set-output-handle
! (or (and sh (string-to-int sh)) 1)
(list 'quote
(aref [overwrite append insert]
(1- (length oper)))))
--- 192,198 ----
(eshell-finish-arg
(prog1
(list 'eshell-set-output-handle
! (or (and sh (string-to-number sh)) 1)
(list 'quote
(aref [overwrite append insert]
(1- (length oper)))))