Function: ido--ffap-find-file

ido--ffap-find-file is a byte-compiled function defined in ido.el.gz.

Signature

(ido--ffap-find-file FILE &optional WILDCARD)

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defun ido--ffap-find-file (file &optional wildcard)
  (find-file file wildcard))