diff options
| author | Juanma Barranquero | 2004-06-06 01:22:53 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2004-06-06 01:22:53 +0000 |
| commit | 33d786f9ee9471d696bf72498af434ef826c5b9a (patch) | |
| tree | 8f57e70df6da2369637c5b501c37c2769cfd7589 | |
| parent | 11d7bca4f005e73a49139f1002f94eb56f5094eb (diff) | |
| download | emacs-33d786f9ee9471d696bf72498af434ef826c5b9a.tar.gz emacs-33d786f9ee9471d696bf72498af434ef826c5b9a.zip | |
Add quote in comment to resync font-locking.
| -rw-r--r-- | nt/ChangeLog | 4 | ||||
| -rw-r--r-- | nt/nmake.defs | 1 |
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 @@ | |||
| 1 | 2004-06-06 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * nmake.defs: Add quote in comment to resync font-locking. | ||
| 4 | |||
| 1 | 2004-06-04 Juanma Barranquero <lektu@terra.es> | 5 | 2004-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 | |||
| 161 | FORDO = ) do | 161 | FORDO = ) do |
| 162 | ENDFOR = | 162 | ENDFOR = |
| 163 | ARGQUOTE = " | 163 | ARGQUOTE = " |
| 164 | # " | ||
| 164 | DQUOTE = \" | 165 | DQUOTE = \" |
| 165 | DEL = rm | 166 | DEL = rm |
| 166 | DEL_TREE = rm -r | 167 | DEL_TREE = rm -r |