aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2007-10-23 20:56:27 +0000
committerStefan Monnier2007-10-23 20:56:27 +0000
commit7357cb0467cb329a422c857c9fd07c574968788f (patch)
treecf632f5ae80ec9840b790582eeb9b8cd46b271a2 /src/ChangeLog
parent93137d491fbfca0258044e471294b971578c6d8a (diff)
downloademacs-7357cb0467cb329a422c857c9fd07c574968788f.tar.gz
emacs-7357cb0467cb329a422c857c9fd07c574968788f.zip
(Fmake_variable_buffer_local, Fmake_local_variable)
(Fmake_variable_frame_local): Just check the variable's const-ness rather than checking nil or t.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 15916fae821..3da07722a7a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * data.c (Fmake_variable_buffer_local, Fmake_local_variable)
4 (Fmake_variable_frame_local): Just check the variable's const-ness
5 rather than checking nil or t.
6
12007-10-22 Jason Rumney <jasonr@gnu.org> 72007-10-22 Jason Rumney <jasonr@gnu.org>
2 8
3 * w32fns.c: Include math.h. 9 * w32fns.c: Include math.h.