1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(makefile-runtime-macros-list): Add + to the list.

This commit is contained in:
Richard M. Stallman 1996-02-26 19:33:15 +00:00
parent 327b6868b0
commit 1f35e35975

View File

@ -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