Mercurial > emacs
changeset 14688:217222b416f7
(makefile-runtime-macros-list): Add + to the list.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 26 Feb 1996 19:33:15 +0000 |
parents | 0d4ff7e4d6a3 |
children | bd83ed983a96 |
files | lisp/progmodes/make-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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