# HG changeset patch # User Richard M. Stallman # Date 835861719 0 # Node ID 682a3d405c491f71cc4519e3d7dcc53761d4a2d1 # Parent a6af1f88eec80d2efb96f2b93c52c86ca45f87f9 (makefile-gnumake-functions-alist): Add `addprefix'. diff -r a6af1f88eec8 -r 682a3d405c49 lisp/progmodes/make-mode.el --- a/lisp/progmodes/make-mode.el Thu Jun 27 06:14:49 1996 +0000 +++ b/lisp/progmodes/make-mode.el Thu Jun 27 07:48:39 1996 +0000 @@ -387,6 +387,7 @@ ("notdir" "Names") ("suffix" "Names") ("basename" "Names") + ("addprefix" "Prefix" "Names") ("addsuffix" "Suffix" "Names") ("join" "List 1" "List 2") ("word" "Index" "Text")