Function: ffap-bindings
ffap-bindings is an autoloaded, interactive and byte-compiled function
defined in ffap.el.gz.
Signature
(ffap-bindings)
Documentation
Evaluate the forms in variable ffap-bindings(var)/ffap-bindings(fun).
Probably introduced at or before Emacs version 23.2.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/ffap.el.gz
;;;###autoload
(defun ffap-bindings ()
"Evaluate the forms in variable `ffap-bindings'."
(interactive)
(eval (cons 'progn ffap-bindings)))