changeset 51071:5659e974cceb

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 18 May 2003 15:10:07 +0000
parents 54c727f3404e
children 52709955c5a5
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun May 18 15:10:00 2003 +0000
+++ b/lisp/ChangeLog	Sun May 18 15:10:07 2003 +0000
@@ -1,3 +1,10 @@
+2003-05-18  Richard M. Stallman  <rms@gnu.org>
+
+	* which-func.el (which-func-current, which-func-format):
+	Preload the risky-local-variable properties for them.
+
+	* subr.el (prepare-change-group): Reinstate BUFFER arg; make it work.
+
 2003-05-18  Nick Roberts  <nick@nick.uklinux.net>
 
 	* gud.el (gdb): Define gud-nexti.
--- a/src/ChangeLog	Sun May 18 15:10:00 2003 +0000
+++ b/src/ChangeLog	Sun May 18 15:10:07 2003 +0000
@@ -1,3 +1,7 @@
+2003-05-18  Richard M. Stallman  <rms@gnu.org>
+
+	* callproc.c (Fcall_process_region): Doc fix.
+
 2003-05-17  Stefan Monnier  <monnier@cs.yale.edu>
 
 	* lread.c (Fload): Print a message if package is obsolete.