aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-15 09:44:37 +0000
committerGerd Moellmann2001-03-15 09:44:37 +0000
commitc899e7e637dd931f2b856374e314bd933fe85a57 (patch)
tree8c7a4c1eded6858a3775b27931a8867e9fc994a3 /src
parent7a283f3621d1901aa66313973d67a868bc8f4404 (diff)
downloademacs-c899e7e637dd931f2b856374e314bd933fe85a57.tar.gz
emacs-c899e7e637dd931f2b856374e314bd933fe85a57.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b84e17cdf14..835c9a5d490 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,23 @@
12001-03-15 Gerd Moellmann <gerd@gnu.org>
2
3 * data.c (store_symval_forwarding): Add parameter BUF. If BUF is
4 non-null, set a per-buffer value in BUF instead of the current
5 buffer.
6 (swap_in_global_binding, swap_in_symval_forwarding, Fset_default):
7 Call store_symval_forwarding with BUF null.
8 (set_internal): Call store_symval_forwarding with the BUF
9 parameter passed to set_internal. Formerly, the value was always
10 set in the current buffer; the buffer recorded in specbind for
11 this case wasn't used.
12 (arith_driver): Reindent.
13
14 * buffer.c (swap_out_buffer_local_variables): Call
15 store_symval_forwarding with BUF null.
16
17 * lisp.h (store_symval_forwarding): Change prototype.
18
19 * eval.c (specbind): Call store_symval_forwarding with BUF null.
20
12001-03-14 Gerd Moellmann <gerd@gnu.org> 212001-03-14 Gerd Moellmann <gerd@gnu.org>
2 22
3 * frame.c (do_switch_frame): Remove unused parameter NO_EVENT, add 23 * frame.c (do_switch_frame): Remove unused parameter NO_EVENT, add