/[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.13 by wl, Fri Mar 25 08:33:09 2005 UTC revision 1.14 by johnw, Tue May 31 00:14:25 2005 UTC
# Line 631  For example, to retrieve the second elem Line 631  For example, to retrieve the second elem
631              (if (and value              (if (and value
632                       (stringp value)                       (stringp value)
633                       (file-directory-p value))                       (file-directory-p value))
634                  (concat varname (char-to-string directory-sep-char))                  (concat varname "/")
635                varname))))                varname))))
636         (eshell-envvar-names (eshell-environment-variables)))         (eshell-envvar-names (eshell-environment-variables)))
637        (all-completions argname obarray 'boundp)        (all-completions argname obarray 'boundp)

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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