*** empty log message ***

This commit is contained in:
John Wiegley 2005-11-01 09:31:26 +00:00
parent c7deede011
commit dbc56a8ba2
2 changed files with 1 additions and 7 deletions

View file

@ -59,11 +59,6 @@
recently due to changes in font-lock, so this goes back to version
21 behavior.
* eshell/em-glob.el (eshell-extended-glob): Expand the "." path
before passing it down to `eshell-glob-entries'. This is done
because special file-handlers will on trigger on ".", even if
`default-directory' is special.
2005-11-01 Nick Roberts <nickrob@snap.net.nz>
* progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.

View file

@ -254,8 +254,7 @@ the form:
(file-name-absolute-p (car paths)))
(eshell-glob-entries (file-name-as-directory (car paths))
(cdr paths))
(eshell-glob-entries (expand-file-name
(file-name-as-directory ".")) paths))
(eshell-glob-entries (file-name-as-directory ".") paths))
(if message-shown
(message nil)))
(or (and matches (nreverse matches))