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.
(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))