Mercurial > emacs
changeset 38368:06544baec9ed
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 11 Jul 2001 15:42:26 +0000 |
parents | bcff6c46ee05 |
children | 919f3c722163 |
files | src/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Jul 11 15:42:07 2001 +0000 +++ b/src/ChangeLog Wed Jul 11 15:42:26 2001 +0000 @@ -1,5 +1,9 @@ 2001-07-11 Gerd Moellmann <gerd@gnu.org> + * fileio.c (unwind_read): Print a message when discarding inserted + text or switching the buffer to unibyte. Change parameter. + (Finsert_file_contents): Don't pass VISIT to unwind_read. + * fileio.c (unwind_read): New function. (Finsert_file_contents): Record it as unwind-function for the case that reading is interrupted by C-g.