emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101701: Fix bug #7102.


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101701: Fix bug #7102.
Date: Fri, 01 Oct 2010 10:16:39 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101701
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2010-10-01 10:16:39 +0200
message:
  Fix bug #7102.
  
   gmake.defs: Add a comment with a single quote to fix fontification.
modified:
  nt/ChangeLog
  nt/gmake.defs
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2010-09-29 13:58:11 +0000
+++ b/nt/ChangeLog      2010-10-01 08:16:39 +0000
@@ -1,3 +1,8 @@
+2010-10-01  Eli Zaretskii  <address@hidden>
+
+       * gmake.defs: Add a comment with a single quote to fix
+       fontification.  (Bug#7102)
+
 2010-09-29  Eli Zaretskii  <address@hidden>
 
        * configure.bat: Fix the condition for copying paths.h into

=== modified file 'nt/gmake.defs'
--- a/nt/gmake.defs     2010-07-20 18:01:17 +0000
+++ b/nt/gmake.defs     2010-10-01 08:16:39 +0000
@@ -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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]