aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-07-11 15:42:26 +0000
committerGerd Moellmann2001-07-11 15:42:26 +0000
commitd0e2444ef8c7d4d713a863e32350c88200913ae5 (patch)
tree524ddc8b7fcdd81df6a6dcb86d8f1cdd72f0e64b /src/ChangeLog
parent5078c8abf35fd1166acd6e2251a65831cc87611d (diff)
downloademacs-d0e2444ef8c7d4d713a863e32350c88200913ae5.tar.gz
emacs-d0e2444ef8c7d4d713a863e32350c88200913ae5.zip
(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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4a2692f1b1d..d856d227807 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12001-07-11 Gerd Moellmann <gerd@gnu.org> 12001-07-11 Gerd Moellmann <gerd@gnu.org>
2 2
3 * fileio.c (unwind_read): Print a message when discarding inserted
4 text or switching the buffer to unibyte. Change parameter.
5 (Finsert_file_contents): Don't pass VISIT to unwind_read.
6
3 * fileio.c (unwind_read): New function. 7 * fileio.c (unwind_read): New function.
4 (Finsert_file_contents): Record it as unwind-function for 8 (Finsert_file_contents): Record it as unwind-function for
5 the case that reading is interrupted by C-g. 9 the case that reading is interrupted by C-g.