]> git.eshelyaron.com Git - emacs.git/commitdiff
(ido-reread-directory): Work in `dir' mode too.
authorKim F. Storm <storm@cua.dk>
Mon, 16 Oct 2006 12:42:24 +0000 (12:42 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 16 Oct 2006 12:42:24 +0000 (12:42 +0000)
lisp/ido.el

index a2c236fb10e4c957bda1aed9da5ea991ca15c696..480b76cd68cc7b11d9e06ba2d50a7158fbb2f369 100644 (file)
@@ -2611,7 +2611,7 @@ C-x C-f ... C-d  enter dired on current directory."
 May be useful if cached version is no longer valid, but directory
 timestamp has not changed (e.g. with ftp or on Windows)."
   (interactive)
-  (if (and ido-mode (eq ido-cur-item 'file))
+  (if (and ido-mode (memq ido-cur-item '(file dir)))
       (progn
        (if (ido-is-unc-root)
            (setq ido-unc-hosts-cache t)