Mercurial > emacs
changeset 15523:682a3d405c49
(makefile-gnumake-functions-alist): Add `addprefix'.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 27 Jun 1996 07:48:39 +0000 |
parents | a6af1f88eec8 |
children | 4a92710b931c |
files | lisp/progmodes/make-mode.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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")