diff options
| author | Richard M. Stallman | 1996-06-27 07:48:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-06-27 07:48:39 +0000 |
| commit | e1775344cd4f67baa168a3149870edb0cf6e5b67 (patch) | |
| tree | c12a45f5b31f3910b5135ab793c42758a6047136 | |
| parent | 0ff0179d3a4fe63008890306f30ff5bf08f491bc (diff) | |
| download | emacs-e1775344cd4f67baa168a3149870edb0cf6e5b67.tar.gz emacs-e1775344cd4f67baa168a3149870edb0cf6e5b67.zip | |
(makefile-gnumake-functions-alist): Add `addprefix'.
| -rw-r--r-- | lisp/progmodes/make-mode.el | 1 |
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") |