# HG changeset patch # User Richard M. Stallman # Date 981822882 0 # Node ID 2c93976ae48d5be4505a2f2416ea0b362f84497d # Parent 6ef1520f4852c65805f8a776392cad5bc0aae703 *** empty log message *** diff -r 6ef1520f4852 -r 2c93976ae48d lisp/ChangeLog --- a/lisp/ChangeLog Sat Feb 10 16:34:03 2001 +0000 +++ b/lisp/ChangeLog Sat Feb 10 16:34:42 2001 +0000 @@ -1,3 +1,11 @@ +2001-02-10 Richard M. Stallman + + * simple.el (delete-key-deletes-forward-mode): + Change `let' to `let*' to fix gross bug in last change. + + * repeat.el (repeat): Don't let execute-kbd-macro alter + real-last-command. + 2001-02-10 Eli Zaretskii * simple.el (eval-expression): Doc fix. @@ -402,7 +410,7 @@ from 2001-01-12. It is not needed, since backspace is mapped into DEL. -2001-01-27 Richard M. Stallman +2001-01-27 Richard M. Stallman * dabbrev.el (dabbrev--substitute-expansion): Treat a one-capital-letter abbrev as "not all upper case", @@ -469,7 +477,7 @@ * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice. -2001-01-26 Richard M. Stallman +2001-01-26 Richard M. Stallman * simple.el (next-line): Don't let `newline' expand abbrevs. Simplify slightly. @@ -791,7 +799,7 @@ * bookmark.el (bookmark-maybe-historicize-string): Use new backquote syntax. -2001-01-12 Richard M. Stallman +2001-01-12 Richard M. Stallman * subr.el (last): Handle a list that doesn't end in nil. @@ -1100,7 +1108,7 @@ accepts extra latin codes, register such codes as safe for the coding system. -2001-01-08 Richard M. Stallman +2001-01-08 Richard M. Stallman * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case, don't mention the file name or the date here, because they are