diff src/ChangeLog @ 85594:237166b2d28f

(Fmake_variable_buffer_local, Fmake_local_variable) (Fmake_variable_frame_local): Just check the variable's const-ness rather than checking nil or t.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 23 Oct 2007 20:56:27 +0000
parents dccc8254b066
children 4f5a9f3d91ae
line wrap: on
line diff
--- a/src/ChangeLog	Tue Oct 23 17:41:15 2007 +0000
+++ b/src/ChangeLog	Tue Oct 23 20:56:27 2007 +0000
@@ -1,3 +1,9 @@
+2007-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* data.c (Fmake_variable_buffer_local, Fmake_local_variable)
+	(Fmake_variable_frame_local): Just check the variable's const-ness
+	rather than checking nil or t.
+
 2007-10-22  Jason Rumney  <jasonr@gnu.org>
 
 	* w32fns.c: Include math.h.