aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2008-12-01 20:29:02 +0000
committerDan Nicolaescu2008-12-01 20:29:02 +0000
commit938ebc4fcd152bb7c1c1fc0e6bdc1a8199ed460d (patch)
tree510c3d089865b35024df4a836fe5519740529bc6 /lib-src/ChangeLog
parentc115043bf3719eb7ed98db71d833e3e211d5c709 (diff)
downloademacs-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/ChangeLog4
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 @@
12008-12-01 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * make-docfile.c (scan_lisp_file): Use xmalloc instead of malloc.
4
12008-11-22 Derek Peschel <dpeschel@eskimo.com> (tiny change) 52008-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.