/[emacs]/emacs/lisp/eshell/esh-io.el
ViewVC logotype

Diff of /emacs/lisp/eshell/esh-io.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by wl, Fri Mar 25 08:33:09 2005 UTC revision 1.11 by johnw, Fri May 27 02:12:10 2005 UTC
# Line 353  it defaults to `insert'." Line 353  it defaults to `insert'."
353     ((or (bufferp target)     ((or (bufferp target)
354          (and (boundp 'eshell-buffer-shorthand)          (and (boundp 'eshell-buffer-shorthand)
355               (symbol-value 'eshell-buffer-shorthand)               (symbol-value 'eshell-buffer-shorthand)
356               (symbolp target)))               (symbolp target)
357                 (not (memq target '(t nil)))))
358      (let ((buf (if (bufferp target)      (let ((buf (if (bufferp target)
359                     target                     target
360                   (get-buffer-create                   (get-buffer-create

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26