diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 06e4cde8d7c..6e445fc8108 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2001-07-05 Gerd Moellmann + * calendar/todo-mode.el (todo-top-priorities): Use delete-region + instead of kill-line. + * play/pong.el: Fix first line. From Pavel Jan,Bm(Bk . diff --git a/src/ChangeLog b/src/ChangeLog index ea5463c5f0e..bb5de3c8be6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2001-07-05 Gerd Moellmann + * sound.c: Include Emacs' header files with #include "...". + * eval.c (specbind): Additionally record the buffer that was current when a buffer-local or frame-local variable was bound.