aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2001-02-10 16:34:42 +0000
committerRichard M. Stallman2001-02-10 16:34:42 +0000
commit103db06c7abb40c80eb3419470bdb459bdfa63c3 (patch)
tree8e3b8f5dd9d1968da326d9a05b024ef0367822de /lisp/ChangeLog
parentbea4b9cef458b944a6cb7e76e75c14bb5f6d682b (diff)
downloademacs-103db06c7abb40c80eb3419470bdb459bdfa63c3.tar.gz
emacs-103db06c7abb40c80eb3419470bdb459bdfa63c3.zip
(delete-key-deletes-forward-mode):
Change `let' to `let*' to fix gross bug in last change.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog16
1 files changed, 12 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 46e8f8aa2b5..5f471795c2d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12001-02-10 Richard M. Stallman <rms@gnu.org>
2
3 * simple.el (delete-key-deletes-forward-mode):
4 Change `let' to `let*' to fix gross bug in last change.
5
6 * repeat.el (repeat): Don't let execute-kbd-macro alter
7 real-last-command.
8
12001-02-10 Eli Zaretskii <eliz@is.elta.co.il> 92001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
2 10
3 * simple.el (eval-expression): Doc fix. 11 * simple.el (eval-expression): Doc fix.
@@ -402,7 +410,7 @@
402 from 2001-01-12. It is not needed, since backspace is mapped into 410 from 2001-01-12. It is not needed, since backspace is mapped into
403 DEL. 411 DEL.
404 412
4052001-01-27 Richard M. Stallman <rms@caffeine.ai.mit.edu> 4132001-01-27 Richard M. Stallman <rms@gnu.org>
406 414
407 * dabbrev.el (dabbrev--substitute-expansion): 415 * dabbrev.el (dabbrev--substitute-expansion):
408 Treat a one-capital-letter abbrev as "not all upper case", 416 Treat a one-capital-letter abbrev as "not all upper case",
@@ -469,7 +477,7 @@
469 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl 477 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
470 twice. 478 twice.
471 479
4722001-01-26 Richard M. Stallman <rms@caffeine.ai.mit.edu> 4802001-01-26 Richard M. Stallman <rms@gnu.org>
473 481
474 * simple.el (next-line): Don't let `newline' expand abbrevs. 482 * simple.el (next-line): Don't let `newline' expand abbrevs.
475 Simplify slightly. 483 Simplify slightly.
@@ -791,7 +799,7 @@
791 * bookmark.el (bookmark-maybe-historicize-string): 799 * bookmark.el (bookmark-maybe-historicize-string):
792 Use new backquote syntax. 800 Use new backquote syntax.
793 801
7942001-01-12 Richard M. Stallman <rms@caffeine.ai.mit.edu> 8022001-01-12 Richard M. Stallman <rms@gnu.org>
795 803
796 * subr.el (last): Handle a list that doesn't end in nil. 804 * subr.el (last): Handle a list that doesn't end in nil.
797 805
@@ -1100,7 +1108,7 @@
1100 accepts extra latin codes, register such codes as safe for the 1108 accepts extra latin codes, register such codes as safe for the
1101 coding system. 1109 coding system.
1102 1110
11032001-01-08 Richard M. Stallman <rms@caffeine.ai.mit.edu> 11112001-01-08 Richard M. Stallman <rms@gnu.org>
1104 1112
1105 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case, 1113 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1106 don't mention the file name or the date here, because they are 1114 don't mention the file name or the date here, because they are