Variable: ffap-pass-wildcards-to-dired

ffap-pass-wildcards-to-dired is a customizable variable defined in ffap.el.gz.

Value

nil

Documentation

If non-nil, pass filenames matching ffap-dired-wildcards to Dired.

Source Code

;; Defined in /usr/src/emacs/lisp/ffap.el.gz
(defcustom ffap-pass-wildcards-to-dired nil
  "If non-nil, pass filenames matching `ffap-dired-wildcards' to Dired."
  :type 'boolean
  :group 'ffap)