diff options
| author | Dan Nicolaescu | 2008-12-01 20:29:02 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-12-01 20:29:02 +0000 |
| commit | 938ebc4fcd152bb7c1c1fc0e6bdc1a8199ed460d (patch) | |
| tree | 510c3d089865b35024df4a836fe5519740529bc6 /lib-src/ChangeLog | |
| parent | c115043bf3719eb7ed98db71d833e3e211d5c709 (diff) | |
| download | emacs-938ebc4fcd152bb7c1c1fc0e6bdc1a8199ed460d.tar.gz emacs-938ebc4fcd152bb7c1c1fc0e6bdc1a8199ed460d.zip | |
(scan_lisp_file): Use xmalloc instead of malloc.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 931aa2d435e..9584d66ff56 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-12-01 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * make-docfile.c (scan_lisp_file): Use xmalloc instead of malloc. | ||
| 4 | |||
| 1 | 2008-11-22 Derek Peschel <dpeschel@eskimo.com> (tiny change) | 5 | 2008-11-22 Derek Peschel <dpeschel@eskimo.com> (tiny change) |
| 2 | 6 | ||
| 3 | * etags.c (add_regex): Pass correct length to re_compile_pattern. | 7 | * etags.c (add_regex): Pass correct length to re_compile_pattern. |