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

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

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

revision 1.11 by miles, Mon Sep 1 15:45:23 2003 UTC revision 1.12 by johnw, Fri Nov 14 11:01:46 2003 UTC
# Line 430  Possible options are: Line 430  Possible options are:
430                      (eshell-parse-double-quote))))                      (eshell-parse-double-quote))))
431          (if name          (if name
432            (list 'eshell-get-variable (eval name) 'indices))))            (list 'eshell-get-variable (eval name) 'indices))))
433       ((eq (char-after) ?<)       ((eq (char-after) ?\<)
434        (let ((end (eshell-find-delimiter ?\< ?\>)))        (let ((end (eshell-find-delimiter ?\< ?\>)))
435          (if (not end)          (if (not end)
436              (throw 'eshell-incomplete ?\<)              (throw 'eshell-incomplete ?\<)

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

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