# HG changeset patch # User Gerd Moellmann # Date 994342110 0 # Node ID 29603bd8ddb08c31db20420131e9bef8af5b0011 # Parent 17465a81d1ddfe7fcdf90bff2315e97ed47f76b8 *** empty log message *** diff -r 17465a81d1dd -r 29603bd8ddb0 lisp/ChangeLog --- a/lisp/ChangeLog Thu Jul 05 14:07:53 2001 +0000 +++ b/lisp/ChangeLog Thu Jul 05 14:08:30 2001 +0000 @@ -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 -r 17465a81d1dd -r 29603bd8ddb0 src/ChangeLog --- a/src/ChangeLog Thu Jul 05 14:07:53 2001 +0000 +++ b/src/ChangeLog Thu Jul 05 14:08:30 2001 +0000 @@ -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.