# HG changeset patch # User Glenn Morris # Date 1207725223 0 # Node ID d44db694f2b34438fbc87f0c2d6280fd8bbb16a9 # Parent 2a26d1addd66c41480c4bf193140c258e3d48682 Fix typo. diff -r 2a26d1addd66 -r d44db694f2b3 lisp/ChangeLog --- a/lisp/ChangeLog Wed Apr 09 06:47:19 2008 +0000 +++ b/lisp/ChangeLog Wed Apr 09 07:13:43 2008 +0000 @@ -40,7 +40,7 @@ * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el rather than subdirs.el. It introduces an ugly circular dependency, tho. - * calc/calc.el: Load "cal-loaddefs" rather than set up manual autoloads. + * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads. (calc-mode-map, calc-digit-map, calc-dispatch-map): Move initialization into declaration. * calc/calc-yank.el: