aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-20 21:54:26 +0000
committerGerd Moellmann2000-02-20 21:54:26 +0000
commit1d92afcdb4f94e02948d6914923221aa025dd00b (patch)
tree71ab6f367a30cd243b9d298a70d39195c42e179a /src/ChangeLog
parent2be80b63e783039ddf68ec968ec7fab760a90b7c (diff)
downloademacs-1d92afcdb4f94e02948d6914923221aa025dd00b.tar.gz
emacs-1d92afcdb4f94e02948d6914923221aa025dd00b.zip
(Finsert_file_contents): Unbind the binding of
standard-output done by temp_output_buffer_setup.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e7ba55229b8..01a86c89df1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,7 @@
12000-02-19 Gerd Moellmann <gerd@gnu.org> 12000-02-20 Gerd Moellmann <gerd@gnu.org>
2
3 * fileio.c (Finsert_file_contents): Unbind the binding of
4 standard-output done by temp_output_buffer_setup.
2 5
3 * eval.c (funcall_lambda): Don't bind Qmocklisp_arguments unless 6 * eval.c (funcall_lambda): Don't bind Qmocklisp_arguments unless
4 Vmocklisp_arguments is nil. Inline Fcar and Fcdr. 7 Vmocklisp_arguments is nil. Inline Fcar and Fcdr.