diff options
| author | Stefan Monnier | 2002-11-12 20:41:14 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-11-12 20:41:14 +0000 |
| commit | 3ceb4629cfc85bb7210786d7bb66b85f6a92acfd (patch) | |
| tree | 39a8b16072cbe3e9c67cf87e0163b3fcc7db1862 /src/ChangeLog | |
| parent | af65391bb9d38555f30d9a61fd773f6449367d43 (diff) | |
| download | emacs-3ceb4629cfc85bb7210786d7bb66b85f6a92acfd.tar.gz emacs-3ceb4629cfc85bb7210786d7bb66b85f6a92acfd.zip | |
(scan_sexps_forward): Undo last patch.
Use a more obvious fix: check eob before updating the syntax table.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index efe2355cfa5..d976687ad40 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-11-12 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * syntax.c (scan_sexps_forward): Undo last patch. | ||
| 4 | Use a more obvious fix: check eob before updating the syntax table. | ||
| 5 | |||
| 1 | 2002-11-09 Stefan Monnier <monnier@cs.yale.edu> | 6 | 2002-11-09 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 7 | ||
| 3 | * syntax.c (scan_sexps_forward): Update syntax table before reading | 8 | * syntax.c (scan_sexps_forward): Update syntax table before reading |