*** empty log message ***
This commit is contained in:
parent
c7deede011
commit
dbc56a8ba2
2 changed files with 1 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue