Variable: ffap-at-mouse-fallback

ffap-at-mouse-fallback is a variable defined in ffap.el.gz.

Value

nil

Documentation

Command invoked by ffap-at-mouse if nothing found at click, or nil.

Ignored when ffap-at-mouse is called programmatically.

Source Code

;; Defined in /usr/src/emacs/lisp/ffap.el.gz
;;; Mouse Support (`ffap-at-mouse'):
;;
;; See the suggested binding in `ffap-bindings' (near eof).

(defvar ffap-at-mouse-fallback nil	; ffap-menu? too time-consuming
  "Command invoked by `ffap-at-mouse' if nothing found at click, or nil.
Ignored when `ffap-at-mouse' is called programmatically.")