diff options
| author | Juanma Barranquero | 2014-02-13 03:19:48 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2014-02-13 03:19:48 +0100 |
| commit | c295fc18e390940520d0cfd6427a77ff8c326d4e (patch) | |
| tree | f524681455597fc8b236511c36962a3fa97b8275 /lib-src/ChangeLog | |
| parent | 45432fd9d137857c3207176a1b2d92600febc25d (diff) | |
| download | emacs-c295fc18e390940520d0cfd6427a77ff8c326d4e.tar.gz emacs-c295fc18e390940520d0cfd6427a77ff8c326d4e.zip | |
Fix typos in Changelogs.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 88c30989c75..fcdde8003bc 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1265,7 +1265,7 @@ | |||
| 1265 | 1265 | ||
| 1266 | 2011-01-30 Jim Meyering <meyering@redhat.com> | 1266 | 2011-01-30 Jim Meyering <meyering@redhat.com> |
| 1267 | 1267 | ||
| 1268 | * make-docfile.c: don't corrupt heap for an invalid .elc file | 1268 | * make-docfile.c: Don't corrupt heap for an invalid .elc file |
| 1269 | "printf '#@1a' > in.elc; ./make-docfile in.elc" would store 0 | 1269 | "printf '#@1a' > in.elc; ./make-docfile in.elc" would store 0 |
| 1270 | one byte before just-malloc'd saved_string buffer. | 1270 | one byte before just-malloc'd saved_string buffer. |
| 1271 | * make-docfile.c (scan_lisp_file): Diagnose an invalid dynamic | 1271 | * make-docfile.c (scan_lisp_file): Diagnose an invalid dynamic |