(makefile-runtime-macros-list): Add + to the list.
This commit is contained in:
parent
327b6868b0
commit
1f35e35975
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ You will be offered to complete on one of those in the minibuffer whenever
|
|||
you enter a \".\" at the beginning of a line in makefile-mode.")
|
||||
|
||||
(defvar makefile-runtime-macros-list
|
||||
'(("@") ("&") (">") ("<") ("*") ("^") ("?") ("%") ("$"))
|
||||
'(("@") ("&") (">") ("<") ("*") ("^") ("+") ("?") ("%") ("$"))
|
||||
"List of macros that are resolved by make at runtime.
|
||||
If you insert a macro reference using makefile-insert-macro-ref, the name
|
||||
of the macro is checked against this list. If it can be found its name will
|
||||
|
|
Loading…
Add table
Reference in a new issue