aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2008-12-01 20:29:02 +0000
committerDan Nicolaescu <[email protected]>2008-12-01 20:29:02 +0000
commit938ebc4fcd152bb7c1c1fc0e6bdc1a8199ed460d (patch)
tree510c3d089865b35024df4a836fe5519740529bc6 /lib-src/ChangeLog
parentc115043bf3719eb7ed98db71d833e3e211d5c709 (diff)
(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 931aa2d435..9584d66ff5 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-01 Dan Nicolaescu <[email protected]>
+
+ * make-docfile.c (scan_lisp_file): Use xmalloc instead of malloc.
+
2008-11-22 Derek Peschel <[email protected]> (tiny change)
* etags.c (add_regex): Pass correct length to re_compile_pattern.