diff src/ChangeLog @ 2516:b87570db038f

[xemacs-hg @ 2005-01-26 10:25:03 by ben] Rest of hash-table cleanup (Part 2 of 2) lisp.h: Clean up and generalize creation of string hash tables. Use Hashcode rather than unsigned long.
author ben
date Wed, 26 Jan 2005 10:25:05 +0000
parents de9952d2ed18
children 9b0afdac688e
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jan 26 10:22:29 2005 +0000
+++ b/src/ChangeLog	Wed Jan 26 10:25:05 2005 +0000
@@ -1,3 +1,9 @@
+2005-01-26  Ben Wing  <ben@xemacs.org>
+
+	* lisp.h:
+	Clean up and generalize creation of string hash tables.
+	Use Hashcode rather than unsigned long.
+
 2005-01-26  Ben Wing  <ben@xemacs.org>
 
 	* emacs-marshals.c: