diff src/ChangeLog @ 86338:cc3ad12e2f26

(set_internal): Set the value in the `cons-cell' (for Buffer_Local_values) not only for frame-local variables.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 22 Nov 2007 19:48:57 +0000
parents 3360920fa85b
children 4505355014c0
line wrap: on
line diff
--- a/src/ChangeLog	Thu Nov 22 18:08:06 2007 +0000
+++ b/src/ChangeLog	Thu Nov 22 19:48:57 2007 +0000
@@ -1,3 +1,8 @@
+2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* data.c (set_internal): Set the value in the `cons-cell' (for
+	Buffer_Local_values) not only for frame-local variables.
+
 2007-11-22  Andreas Schwab  <schwab@suse.de>
 
 	* data.c (Fnumber_to_string): Add cast when passing EMACS_INT
@@ -13,7 +18,7 @@
 2007-11-22  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* term.c: Include stdarg.h.
-	(fatal): Implement using varargs. 
+	(fatal): Implement using varargs.
 	* lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
 
 2007-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>