aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2004-06-06 01:22:53 +0000
committerJuanma Barranquero2004-06-06 01:22:53 +0000
commit33d786f9ee9471d696bf72498af434ef826c5b9a (patch)
tree8f57e70df6da2369637c5b501c37c2769cfd7589
parent11d7bca4f005e73a49139f1002f94eb56f5094eb (diff)
downloademacs-33d786f9ee9471d696bf72498af434ef826c5b9a.tar.gz
emacs-33d786f9ee9471d696bf72498af434ef826c5b9a.zip
Add quote in comment to resync font-locking.
-rw-r--r--nt/ChangeLog4
-rw-r--r--nt/nmake.defs1
2 files changed, 5 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 7faf16a0836..802fd8fe7fc 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
12004-06-06 Juanma Barranquero <lektu@terra.es>
2
3 * nmake.defs: Add quote in comment to resync font-locking.
4
12004-06-04 Juanma Barranquero <lektu@terra.es> 52004-06-04 Juanma Barranquero <lektu@terra.es>
2 6
3 * INSTALL: Reword the section on image support. Add reference to 7 * INSTALL: Reword the section on image support. Add reference to
diff --git a/nt/nmake.defs b/nt/nmake.defs
index b06dd64020f..89bf9ac91fc 100644
--- a/nt/nmake.defs
+++ b/nt/nmake.defs
@@ -161,6 +161,7 @@ FORVAR = %%f
161FORDO = ) do 161FORDO = ) do
162ENDFOR = 162ENDFOR =
163ARGQUOTE = " 163ARGQUOTE = "
164# "
164DQUOTE = \" 165DQUOTE = \"
165DEL = rm 166DEL = rm
166DEL_TREE = rm -r 167DEL_TREE = rm -r