aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-01-18 13:21:51 +0000
committerGerd Moellmann2001-01-18 13:21:51 +0000
commit06bccf8e72074e260935af63e05079c7f53ff5f3 (patch)
tree9898e558867e60c8612bddee72018dfcc01cfab2 /src/ChangeLog
parent9017309fb5520a84af8e30957167af678571189c (diff)
downloademacs-06bccf8e72074e260935af63e05079c7f53ff5f3.tar.gz
emacs-06bccf8e72074e260935af63e05079c7f53ff5f3.zip
(specbind): If binding a per-buffer variable which
doesn't have a buffer-local value in the current buffer, change the global value by changing the value of the symbol bound in all buffers not having their own value, to make it consistent with what happens with other buffer-local variables.
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 f30ccf975b2..affd55502de 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12001-01-18 Gerd Moellmann <gerd@gnu.org> 12001-01-18 Gerd Moellmann <gerd@gnu.org>
2 2
3 * eval.c (specbind): If binding a per-buffer variable which
4 doesn't have a buffer-local value in the current buffer, change
5 the global value by changing the value of the symbol bound in all
6 buffers not having their own value, to make it consistent with
7 what happens with other buffer-local variables.
8
3 * xterm.c (x_initialize): Set char_ins_del_ok to 1. 9 * xterm.c (x_initialize): Set char_ins_del_ok to 1.
4 10
5 * xdisp.c (forward_to_next_line_start): Stop at end of buffer 11 * xdisp.c (forward_to_next_line_start): Stop at end of buffer