]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 15 Feb 2000 09:56:18 +0000 (09:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 15 Feb 2000 09:56:18 +0000 (09:56 +0000)
src/ChangeLog

index 088916935c1d2f876fd10867ecda89cb6f28b0f4..418969e5b2149a1b9bbe0e2fc8922f94a6d25570 100644 (file)
@@ -1,3 +1,13 @@
+2000-02-15  Richard M. Stallman  <rms@gnu.org>
+
+       * data.c (set_internal): Don't make variable buffer-local
+       if within a let-binding for the same buffer.
+       (let_shadows_buffer_binding_p): New function.
+
+       * eval.c (specbind): For buffer-local value,
+       record the current buffer also.
+       (unbind_to): Cope with that change.
+
 2000-02-15  Gerd Moellmann  <gerd@gnu.org>
 
        * window.c (Fsave_window_excursion): Doc fix.
        * w32term.c: Complete rewrite for new redisplay based on new
        xterm.c with necessary sections merged back in from old w32term.c.
 
-2000-01-21  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
+2000-01-21  Richard M. Stallman  <rms@gnu.org>
 
        * data.c (set_internal): Further fix in same criterion.
 
-2000-01-20  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
+2000-01-20  Richard M. Stallman  <rms@gnu.org>
 
        * data.c (set_internal): Fix the criteria for whether
        to swap out the old cached binding.