Function: iswitchb-find-file

iswitchb-find-file is an interactive and byte-compiled function defined in iswitchb.el.gz.

Signature

(iswitchb-find-file)

Documentation

Drop into find-file from buffer switching.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/iswitchb.el.gz
(defun iswitchb-find-file ()
  "Drop into `find-file' from buffer switching."
  (interactive)
  (setq iswitchb-exit 'findfile)
  (exit-minibuffer))