Function: ido-wide-find-file-or-pop-dir

ido-wide-find-file-or-pop-dir is an interactive and byte-compiled function defined in ido.el.gz.

Signature

(ido-wide-find-file-or-pop-dir ARG)

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defun ido-wide-find-file-or-pop-dir (arg)
  (interactive "P")
  (if ido-input-stack
      (ido-pop-dir arg)
    (ido-wide-find-file)))