From: Gerd Moellmann Date: Thu, 5 Jul 2001 14:08:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.104~65 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f25cfe53951f57e1b2c3972877297df3d86bb980;p=emacs.git *** empty log message *** --- 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.