Index: emacs/lisp/eshell/esh-var.el
diff -c emacs/lisp/eshell/esh-var.el:1.13 emacs/lisp/eshell/esh-var.el:1.14
*** emacs/lisp/eshell/esh-var.el:1.13 Fri Mar 25 08:33:09 2005
--- emacs/lisp/eshell/esh-var.el Tue May 31 00:14:25 2005
***************
*** 631,637 ****
(if (and value
(stringp value)
(file-directory-p value))
! (concat varname (char-to-string directory-sep-char))
varname))))
(eshell-envvar-names (eshell-environment-variables)))
(all-completions argname obarray 'boundp)
--- 631,637 ----
(if (and value
(stringp value)
(file-directory-p value))
! (concat varname "/")
varname))))
(eshell-envvar-names (eshell-environment-variables)))
(all-completions argname obarray 'boundp)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs