summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-06-27 07:48:39 +0000
committerRichard M. Stallman <rms@gnu.org>1996-06-27 07:48:39 +0000
commit154e475ee2eefad8a854d9074b3e0cf08792db0c (patch)
tree23a1d3d96a0351892a4d74b6221db0b0a4df7dba
parenteda8bfa52a433e8f88375eb076219c79c80f8b94 (diff)
downloademacs-154e475ee2eefad8a854d9074b3e0cf08792db0c.tar.gz
(makefile-gnumake-functions-alist): Add `addprefix'.
-rw-r--r--lisp/progmodes/make-mode.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el
index 9479fd6ecc8..5721cc53b00 100644
--- a/lisp/progmodes/make-mode.el
+++ b/lisp/progmodes/make-mode.el
@@ -387,6 +387,7 @@ The function must satisfy this calling convention:
("notdir" "Names")
("suffix" "Names")
("basename" "Names")
+ ("addprefix" "Prefix" "Names")
("addsuffix" "Suffix" "Names")
("join" "List 1" "List 2")
("word" "Index" "Text")