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/esh-io.el


From: Werner LEMBERG
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-io.el
Date: Fri, 25 Mar 2005 03:33:11 -0500

Index: emacs/lisp/eshell/esh-io.el
diff -c emacs/lisp/eshell/esh-io.el:1.9 emacs/lisp/eshell/esh-io.el:1.10
*** emacs/lisp/eshell/esh-io.el:1.9     Sat May 15 22:45:35 2004
--- emacs/lisp/eshell/esh-io.el Fri Mar 25 08:33:09 2005
***************
*** 1,6 ****
  ;;; esh-io.el --- I/O management
  
! ;; Copyright (C) 1999, 2000 Free Software Foundation
  
  ;; Author: John Wiegley <address@hidden>
  
--- 1,6 ----
  ;;; esh-io.el --- I/O management
  
! ;; Copyright (C) 1999, 2000, 2005 Free Software Foundation
  
  ;; Author: John Wiegley <address@hidden>
  
***************
*** 377,383 ****
      target)
  
     (t
!     (error "Illegal redirection target: %s"
           (eshell-stringify target)))))
  
  (eval-when-compile
--- 377,383 ----
      target)
  
     (t
!     (error "Invalid redirection target: %s"
           (eshell-stringify target)))))
  
  (eval-when-compile




reply via email to

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