]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJohn Wiegley <johnw@newartisans.com>
Tue, 1 Nov 2005 09:31:26 +0000 (09:31 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Tue, 1 Nov 2005 09:31:26 +0000 (09:31 +0000)
lisp/ChangeLog
lisp/eshell/em-glob.el

index a15ee5c6d7f67f3a774054016c14863013f727be..b9782a19545c1b3b5700f7b037cb900d1179caba 100644 (file)
        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.
index ec7ed22876a1eb9dad83813e656d25dc7bbab252..869144dad7446098f890bf36c9d39b231814c334 100644 (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))