aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1996-06-27 07:48:39 +0000
committerRichard M. Stallman1996-06-27 07:48:39 +0000
commite1775344cd4f67baa168a3149870edb0cf6e5b67 (patch)
treec12a45f5b31f3910b5135ab793c42758a6047136 /lisp
parent0ff0179d3a4fe63008890306f30ff5bf08f491bc (diff)
downloademacs-e1775344cd4f67baa168a3149870edb0cf6e5b67.tar.gz
emacs-e1775344cd4f67baa168a3149870edb0cf6e5b67.zip
(makefile-gnumake-functions-alist): Add `addprefix'.
Diffstat (limited to 'lisp')
-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:
387 ("notdir" "Names") 387 ("notdir" "Names")
388 ("suffix" "Names") 388 ("suffix" "Names")
389 ("basename" "Names") 389 ("basename" "Names")
390 ("addprefix" "Prefix" "Names")
390 ("addsuffix" "Suffix" "Names") 391 ("addsuffix" "Suffix" "Names")
391 ("join" "List 1" "List 2") 392 ("join" "List 1" "List 2")
392 ("word" "Index" "Text") 393 ("word" "Index" "Text")