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: John Wiegley
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-var.el
Date: Fri, 14 Nov 2003 06:01:47 -0500

Index: emacs/lisp/eshell/esh-var.el
diff -c emacs/lisp/eshell/esh-var.el:1.11 emacs/lisp/eshell/esh-var.el:1.12
*** emacs/lisp/eshell/esh-var.el:1.11   Mon Sep  1 11:45:23 2003
--- emacs/lisp/eshell/esh-var.el        Fri Nov 14 06:01:46 2003
***************
*** 430,436 ****
                    (eshell-parse-double-quote))))
        (if name
          (list 'eshell-get-variable (eval name) 'indices))))
!      ((eq (char-after) ?<)
        (let ((end (eshell-find-delimiter ?\< ?\>)))
        (if (not end)
            (throw 'eshell-incomplete ?\<)
--- 430,436 ----
                    (eshell-parse-double-quote))))
        (if name
          (list 'eshell-get-variable (eval name) 'indices))))
!      ((eq (char-after) ?\<)
        (let ((end (eshell-find-delimiter ?\< ?\>)))
        (if (not end)
            (throw 'eshell-incomplete ?\<)




reply via email to

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