diff lisp/ChangeLog @ 46226:d6e8e4f90f8c

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 07 Jul 2002 21:28:23 +0000
parents 3bf04111920d
children 5b2dc288dca5
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Jul 07 21:16:23 2002 +0000
+++ b/lisp/ChangeLog	Sun Jul 07 21:28:23 2002 +0000
@@ -1,5 +1,12 @@
 2002-07-07  Stefan Monnier  <monnier@cs.yale.edu>
 
+	* language/ind-util.el (indian-make-hash):
+	* language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
+	(dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
+
+	* subr.el (insert-string): Update the obsolete info.
+	(makehash): Move from C and mark obsolete.
+
 	* emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
 	aliases to also work for interactive functions.
 	Use the same wrapper for subroutines.