Function: ffap-el-mode

ffap-el-mode is a byte-compiled function defined in ffap.el.gz.

Signature

(ffap-el-mode NAME)

Source Code

;; Defined in /usr/src/emacs/lisp/ffap.el.gz
(defun ffap-el-mode (name)
  ;; If name == "foo.el" we will skip it, since ffap-el already
  ;; searched for it once.  (This assumes the default ffap-alist.)
  (and (not (string-match "\\.el\\'" name))
       (ffap-locate-file name '(".el") load-path)))