Variable: ffap-max-region-length

ffap-max-region-length is a variable defined in ffap.el.gz.

Value

1024

Documentation

Maximum active region length.

When the region is active and larger than this value, ffap-string-at-point(var)/ffap-string-at-point(fun) returns an empty string.

Source Code

;; Defined in /usr/src/emacs/lisp/ffap.el.gz
(defvar ffap-max-region-length 1024
  "Maximum active region length.
When the region is active and larger than this value,
`ffap-string-at-point' returns an empty string.")