aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-07 12:55:29 +0000
committerGerd Moellmann2001-03-07 12:55:29 +0000
commit471f86b9a3d57ba805f14e21fbc8d462c6802df5 (patch)
tree3bd2b3b0961bf7555990e40b0bbdc2c17626263c /src/ChangeLog
parent2ad02767327ec06cf09fe6df991d425183797387 (diff)
downloademacs-471f86b9a3d57ba805f14e21fbc8d462c6802df5.tar.gz
emacs-471f86b9a3d57ba805f14e21fbc8d462c6802df5.zip
(Fset_process_filter): Don't crash if the input
file descriptor of PROCESS is closed. (Fset_process_window_size): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bb6859cf6a5..ed40b909eac 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12001-03-07 Gerd Moellmann <gerd@gnu.org>
2
3 * process.c (Fset_process_filter): Don't crash if the input
4 file descriptor of PROCESS is closed.
5 (Fset_process_window_size): Likewise.
6
12001-03-06 Kenichi Handa <handa@etl.go.jp> 72001-03-06 Kenichi Handa <handa@etl.go.jp>
2 8
3 * xterm.c (XTflash): Make the timeout of select shorter, and call 9 * xterm.c (XTflash): Make the timeout of select shorter, and call