From: Richard M. Stallman Date: Thu, 27 Jun 1996 07:48:39 +0000 (+0000) Subject: (makefile-gnumake-functions-alist): Add `addprefix'. X-Git-Tag: emacs-19.34~339 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e1775344cd4f67baa168a3149870edb0cf6e5b67;p=emacs.git (makefile-gnumake-functions-alist): Add `addprefix'. --- 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")