diff src/ChangeLog @ 52545:abc39a63c916

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 19 Sep 2003 14:43:31 +0000
parents 31ec35eae895
children 4e5fa718d892
line wrap: on
line diff
--- a/src/ChangeLog	Fri Sep 19 14:43:24 2003 +0000
+++ b/src/ChangeLog	Fri Sep 19 14:43:31 2003 +0000
@@ -1,3 +1,15 @@
+2003-09-19  Richard M. Stallman  <rms@gnu.org>
+
+	* atimer.h: Don't include lisp.h.
+	(P_): Define it here (as well as elsewhere).
+
+	* print.c (Fprin1_to_string): Move the PRINTPREPARE
+	later, so that PRINTFINISH won't unbind Qinhibit_modification_hooks.
+
+	* data.c (Fvariable_binding_locus): New function.
+	(syms_of_data): defsubr it.
+	(Flocal_variable_p): Delete duplicate call to indirect_variable.
+
 2003-09-18  Dave Love  <fx@gnu.org>
 
 	* process.c (Fnetwork_interface_info): Fix type error.