]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix bug #7102.
authorEli Zaretskii <eliz@gnu.org>
Fri, 1 Oct 2010 08:16:39 +0000 (10:16 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 1 Oct 2010 08:16:39 +0000 (10:16 +0200)
 gmake.defs: Add a comment with a single quote to fix fontification.

nt/ChangeLog
nt/gmake.defs

index 03e4546c36c825c70ea233562981663ab0450e29..25c274c4f9a88cc95c286511eda1e4ebfe3fc55d 100644 (file)
@@ -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
index 491e65120664f109c099d03521a52e7548ae14ce..2265841efa314534104ba64f10a50eebd316cae2 100644 (file)
@@ -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