diff lib-src/ChangeLog @ 100104:6ab80abea3ee

(scan_lisp_file): Use xmalloc instead of malloc.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 01 Dec 2008 20:29:02 +0000
parents 2071333afd12
children 61db5ca5de78
line wrap: on
line diff
--- a/lib-src/ChangeLog	Mon Dec 01 20:14:43 2008 +0000
+++ b/lib-src/ChangeLog	Mon Dec 01 20:29:02 2008 +0000
@@ -1,3 +1,7 @@
+2008-12-01  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* make-docfile.c (scan_lisp_file): Use xmalloc instead of malloc.
+
 2008-11-22  Derek Peschel  <dpeschel@eskimo.com>  (tiny change)
 
 	* etags.c (add_regex): Pass correct length to re_compile_pattern.