Function: ido-push-dir

ido-push-dir is an interactive and byte-compiled function defined in ido.el.gz.

Signature

(ido-push-dir)

Documentation

Move to previous directory in file name, push current input on stack.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defun ido-push-dir ()
  "Move to previous directory in file name, push current input on stack."
  (interactive)
  (setq ido-exit 'push)
  (exit-minibuffer))