[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: |
Thu, 26 May 2005 22:12:10 -0400 |
Index: emacs/lisp/eshell/esh-io.el
diff -c emacs/lisp/eshell/esh-io.el:1.10 emacs/lisp/eshell/esh-io.el:1.11
*** emacs/lisp/eshell/esh-io.el:1.10 Fri Mar 25 08:33:09 2005
--- emacs/lisp/eshell/esh-io.el Fri May 27 02:12:10 2005
***************
*** 353,359 ****
((or (bufferp target)
(and (boundp 'eshell-buffer-shorthand)
(symbol-value 'eshell-buffer-shorthand)
! (symbolp target)))
(let ((buf (if (bufferp target)
target
(get-buffer-create
--- 353,360 ----
((or (bufferp target)
(and (boundp 'eshell-buffer-shorthand)
(symbol-value 'eshell-buffer-shorthand)
! (symbolp target)
! (not (memq target '(t nil)))))
(let ((buf (if (bufferp target)
target
(get-buffer-create
- [Emacs-diffs] Changes to emacs/lisp/eshell/esh-io.el,
John Wiegley <=