diff options
| author | Gerd Moellmann | 2000-02-20 21:54:26 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-02-20 21:54:26 +0000 |
| commit | 1d92afcdb4f94e02948d6914923221aa025dd00b (patch) | |
| tree | 71ab6f367a30cd243b9d298a70d39195c42e179a /src/ChangeLog | |
| parent | 2be80b63e783039ddf68ec968ec7fab760a90b7c (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2000-02-19 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-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. |