Mercurial > emacs
changeset 110673:f41f9fcfa769
Fix bug #7102.
gmake.defs: Add a comment with a single quote to fix fontification.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 01 Oct 2010 10:16:39 +0200 |
parents | 243c4ee22629 |
children | 8ce8af5eb5e3 |
files | nt/ChangeLog nt/gmake.defs |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/ChangeLog Fri Oct 01 00:24:35 2010 -0700 +++ b/nt/ChangeLog Fri Oct 01 10:16:39 2010 +0200 @@ -1,3 +1,8 @@ +2010-10-01 Eli Zaretskii <eliz@gnu.org> + + * gmake.defs: Add a comment with a single quote to fix + fontification. (Bug#7102) + 2010-09-29 Eli Zaretskii <eliz@gnu.org> * configure.bat: Fix the condition for copying paths.h into
--- a/nt/gmake.defs Fri Oct 01 00:24:35 2010 -0700 +++ b/nt/gmake.defs Fri Oct 01 10:16:39 2010 +0200 @@ -96,6 +96,7 @@ ifdef USING_SH sh_output := $(shell echo [Please ignore a syntax error on the next line - it is intentional] 1>&2) sh_output := $(shell echo foo") +# This single quote " is to fix fintification due to previous line ifeq "$(sh_output)" "" NEW_CYGWIN = 1 endif