[Top][All Lists]
[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: |
Mon, 30 May 2005 20:14:33 -0400 |
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)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/eshell/esh-var.el,
John Wiegley <=