Variable: pcmpl-gnu-makefile-includes

pcmpl-gnu-makefile-includes is a customizable variable defined in pcmpl-gnu.el.gz.

Value

t

Documentation

If non-nil, pcomplete/make completes on targets in included files.

This variable was added, or its default value changed, in Emacs 27.1.

Probably introduced at or before Emacs version 27.1.

Source Code

;; Defined in /usr/src/emacs/lisp/pcmpl-gnu.el.gz
(defcustom pcmpl-gnu-makefile-includes t
  "If non-nil, `pcomplete/make' completes on targets in included files."
  :type 'boolean
  :version "27.1"
  :safe 'booleanp)