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-var.el


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

Index: emacs/lisp/eshell/esh-var.el
diff -c emacs/lisp/eshell/esh-var.el:1.12 emacs/lisp/eshell/esh-var.el:1.13
*** emacs/lisp/eshell/esh-var.el:1.12   Fri Nov 14 11:01:46 2003
--- emacs/lisp/eshell/esh-var.el        Fri Mar 25 08:33:09 2005
***************
*** 1,6 ****
  ;;; esh-var.el --- handling of variables
  
! ;; Copyright (C) 1999, 2000 Free Software Foundation
  
  ;; Author: John Wiegley <address@hidden>
  
--- 1,6 ----
  ;;; esh-var.el --- handling of variables
  
! ;; Copyright (C) 1999, 2000, 2005 Free Software Foundation
  
  ;; Author: John Wiegley <address@hidden>
  
***************
*** 568,574 ****
                        (split-string value separator)))))
        (cond
         ((< (length refs) 0)
!       (error "Illegal array variable index: %s"
               (eshell-stringify refs)))
         ((= (length refs) 1)
        (setq value (eshell-index-value value (car refs))))
--- 568,574 ----
                        (split-string value separator)))))
        (cond
         ((< (length refs) 0)
!       (error "Invalid array variable index: %s"
               (eshell-stringify refs)))
         ((= (length refs) 1)
        (setq value (eshell-index-value value (car refs))))




reply via email to

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