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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/esh-var.el [lexbind]
Date: Thu, 20 Nov 2003 19:36:36 -0500

Index: emacs/lisp/eshell/esh-var.el
diff -c emacs/lisp/eshell/esh-var.el:1.9.2.2 
emacs/lisp/eshell/esh-var.el:1.9.2.3
*** emacs/lisp/eshell/esh-var.el:1.9.2.2        Tue Oct 14 19:51:31 2003
--- emacs/lisp/eshell/esh-var.el        Thu Nov 20 19:36:07 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]