diff options
Diffstat (limited to 'lisp/cedet/ede/pmake.el')
-rw-r--r-- | lisp/cedet/ede/pmake.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/cedet/ede/pmake.el b/lisp/cedet/ede/pmake.el index 3307202bf73..1318fde6e3d 100644 --- a/lisp/cedet/ede/pmake.el +++ b/lisp/cedet/ede/pmake.el @@ -598,7 +598,8 @@ Argument THIS is the target that should insert stuff." "\t@echo Makefile is out of date! " "It needs to be regenerated by EDE.\n" "\t@echo If you have not modified Project.ede, you can" - " use 'touch' to update the Makefile time stamp.\n" + (format-message + " use ‘touch’ to update the Makefile time stamp.\n") "\t@false\n\n" "\n\n# End of Makefile\n"))) |