summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-02-26 19:33:15 +0000
committerRichard M. Stallman <rms@gnu.org>1996-02-26 19:33:15 +0000
commit6210a2ba472f3dcaf8a4534cb2cf8c8460b9219c (patch)
tree9ac5f0a85b949df4fb18aad64b60734180bdf05d /lisp
parentddee0e1b88fb4aeaeff6568c44af5629ab3f9d66 (diff)
downloademacs-6210a2ba472f3dcaf8a4534cb2cf8c8460b9219c.tar.gz
(makefile-runtime-macros-list): Add + to the list.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/make-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el
index 3a4ddff5bf8..9479fd6ecc8 100644
--- a/lisp/progmodes/make-mode.el
+++ b/lisp/progmodes/make-mode.el
@@ -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