diff options
| author | Dmitry Antipov | 2013-02-10 20:25:33 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-02-10 20:25:33 +0400 |
| commit | 68643cdeb65ae0f088b13e68ccbf4346f67bfa7e (patch) | |
| tree | cad316edb645e22f3dafbf69ab5d94910448363d /src/ChangeLog | |
| parent | 2f108463faa3a43cc0bbd4b54b0844250b9cd844 (diff) | |
| download | emacs-68643cdeb65ae0f088b13e68ccbf4346f67bfa7e.tar.gz emacs-68643cdeb65ae0f088b13e68ccbf4346f67bfa7e.zip | |
* syntax.c (scan_sexps_forward): Fix byte position calculation
Bug#13664 (a.k.a Bug#13667) introduced with 2013-02-08 change.
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 a9a92e0cbab..43b8f4b76f7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-02-10 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * syntax.c (scan_sexps_forward): Fix byte position calculation | ||
| 4 | Bug#13664 (a.k.a Bug#13667) introduced with 2013-02-08 change. | ||
| 5 | |||
| 1 | 2013-02-10 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2013-02-10 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | * fileio.c (Fexpand_file_name): Omit confusing pointer comparison | 8 | * fileio.c (Fexpand_file_name): Omit confusing pointer comparison |