From e1775344cd4f67baa168a3149870edb0cf6e5b67 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 27 Jun 1996 07:48:39 +0000 Subject: [PATCH] (makefile-gnumake-functions-alist): Add `addprefix'. --- lisp/progmodes/make-mode.el | 1 + 1 file changed, 1 insertion(+) 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") -- 2.39.2