# HG changeset patch # User Richard M. Stallman # Date 825363195 0 # Node ID 217222b416f7cbaf81f6e4119e6c29de6ff9ce62 # Parent 0d4ff7e4d6a32c6b810f269a9d66763786830ea7 (makefile-runtime-macros-list): Add + to the list. diff -r 0d4ff7e4d6a3 -r 217222b416f7 lisp/progmodes/make-mode.el --- a/lisp/progmodes/make-mode.el Mon Feb 26 18:59:28 1996 +0000 +++ b/lisp/progmodes/make-mode.el Mon Feb 26 19:33:15 1996 +0000 @@ -178,7 +178,7 @@ 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