changeset 38298:29603bd8ddb0

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 05 Jul 2001 14:08:30 +0000
parents 17465a81d1dd
children b97c155e6976
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <gerd@gnu.org>
 
+	* 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
 	<Pavel@Janik.cz>.
 
--- 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  <gerd@gnu.org>
 
+	* 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.