changeset 67834:1f90f2f751da

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 26 Dec 2005 22:11:17 +0000
parents ea97c0856620
children ca3575ba6361
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Mon Dec 26 22:11:07 2005 +0000
+++ b/lisp/ChangeLog	Mon Dec 26 22:11:17 2005 +0000
@@ -1,3 +1,8 @@
+2005-12-26  Richard M. Stallman  <rms@gnu.org>
+
+	* apropos.el (apropos, apropos-value): Doc fix.
+	(apropos-documentation): Doc fix.
+
 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 	* subr.el (lazy-completion-table): Remove argument `args'.
--- a/src/ChangeLog	Mon Dec 26 22:11:07 2005 +0000
+++ b/src/ChangeLog	Mon Dec 26 22:11:17 2005 +0000
@@ -1,3 +1,11 @@
+2005-12-26  Richard M. Stallman  <rms@gnu.org>
+
+	* keyboard.h: Undo previous change.
+
+	* Makefile.in (undo.o): Undo previous change.
+
+	* undo.c: Undo previous change.
+
 2005-12-26  Luc Teirlinck  <teirllm@auburn.edu>
 
 	* keyboard.h: extern last_point_position_window.
@@ -8,6 +16,8 @@
 
 2005-12-26  Richard M. Stallman  <rms@gnu.org>
 
+	* commands.h (last_point_position_window): Declare.
+
 	* undo.c: Depend on window.h.
 	(record_point): Save old point from the correct window.