aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2007-11-22 19:48:57 +0000
committerStefan Monnier2007-11-22 19:48:57 +0000
commit569c11e30659c45af971a5e02df008cb238fcaa5 (patch)
treeec660da0671e1b7dc8295f6126db064306dab330 /src/ChangeLog
parent693b2fe29632bd80290ccc9843c3ea3766d3ae54 (diff)
downloademacs-569c11e30659c45af971a5e02df008cb238fcaa5.tar.gz
emacs-569c11e30659c45af971a5e02df008cb238fcaa5.zip
(set_internal): Set the value in the `cons-cell' (for
Buffer_Local_values) not only for frame-local variables.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 01eb385d032..d6a4d2a7151 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12007-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * data.c (set_internal): Set the value in the `cons-cell' (for
4 Buffer_Local_values) not only for frame-local variables.
5
12007-11-22 Andreas Schwab <schwab@suse.de> 62007-11-22 Andreas Schwab <schwab@suse.de>
2 7
3 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT 8 * data.c (Fnumber_to_string): Add cast when passing EMACS_INT
@@ -13,7 +18,7 @@
132007-11-22 Dan Nicolaescu <dann@ics.uci.edu> 182007-11-22 Dan Nicolaescu <dann@ics.uci.edu>
14 19
15 * term.c: Include stdarg.h. 20 * term.c: Include stdarg.h.
16 (fatal): Implement using varargs. 21 (fatal): Implement using varargs.
17 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change). 22 * lisp.h (fatal): Add argument types. (Restore 2005-09-30 change).
18 23
192007-11-21 Stefan Monnier <monnier@iro.umontreal.ca> 242007-11-21 Stefan Monnier <monnier@iro.umontreal.ca>