Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
46225:172a10dd044b | 46226:d6e8e4f90f8c |
---|---|
1 2002-07-07 Stefan Monnier <monnier@cs.yale.edu> | 1 2002-07-07 Stefan Monnier <monnier@cs.yale.edu> |
2 | |
3 * language/ind-util.el (indian-make-hash): | |
4 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash) | |
5 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table. | |
6 | |
7 * subr.el (insert-string): Update the obsolete info. | |
8 (makehash): Move from C and mark obsolete. | |
2 | 9 |
3 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for | 10 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for |
4 aliases to also work for interactive functions. | 11 aliases to also work for interactive functions. |
5 Use the same wrapper for subroutines. | 12 Use the same wrapper for subroutines. |
6 (cancel-debug-on-entry): Get rid of the now-useless wrapper. | 13 (cancel-debug-on-entry): Get rid of the now-useless wrapper. |