[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: change pcomplete/make to include targets in included files
From: |
Stephen Leake |
Subject: |
Re: change pcomplete/make to include targets in included files |
Date: |
Sat, 14 Sep 2019 15:04:44 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.2 (windows-nt) |
Eli Zaretskii <address@hidden> writes:
> And one more:
>
>> +(defcustom pcmpl-gnu-makefile-includes t
>> + "If non-nil, `pcomplete/make' includes targets in included files."
>> + :type 'boolean
>> + :group 'pcmpl-gnu)
>
> When you add or change a defcustom, please always add/update its
> :version tag.
Right. Also ':safe', since this might go in a Makefile Local Variables.
--
-- Stephe