From: Eli Zaretskii Date: Fri, 1 Oct 2010 08:16:39 +0000 (+0200) Subject: Fix bug #7102. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~46^2~273 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=19d5deefe5640970a2e0b73a16d3f624fa2a7ef4;p=emacs.git Fix bug #7102. gmake.defs: Add a comment with a single quote to fix fontification. --- diff --git a/nt/ChangeLog b/nt/ChangeLog index 03e4546c36c..25c274c4f9a 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,8 @@ +2010-10-01 Eli Zaretskii + + * gmake.defs: Add a comment with a single quote to fix + fontification. (Bug#7102) + 2010-09-29 Eli Zaretskii * configure.bat: Fix the condition for copying paths.h into diff --git a/nt/gmake.defs b/nt/gmake.defs index 491e6512066..2265841efa3 100644 --- a/nt/gmake.defs +++ b/nt/gmake.defs @@ -96,6 +96,7 @@ THISDIR = . 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