aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorJim Blandy1992-03-16 23:20:07 +0000
committerJim Blandy1992-03-16 23:20:07 +0000
commit8cf9a8c6208c825351c823cc7fdba7c6d91b6c43 (patch)
tree0ddb4a1c144bfa654837eb7f47527158dfb0eece /src/buffer.c
parent49116ac071969bee7f129bf7ce725c7a5b0b0fc5 (diff)
downloademacs-8cf9a8c6208c825351c823cc7fdba7c6d91b6c43.tar.gz
emacs-8cf9a8c6208c825351c823cc7fdba7c6d91b6c43.zip
*** empty log message ***
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/buffer.c b/src/buffer.c
index bbf0e297302..fbf6bb8b611 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1,5 +1,5 @@
1/* Buffer manipulation primitives for GNU Emacs. 1/* Buffer manipulation primitives for GNU Emacs.
2 Copyright (C) 1985, 1986, 1987, 1988, 1989 Free Software Foundation, Inc. 2 Copyright (C) 1985, 1986, 1987, 1988, 1989, 1992 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -678,9 +678,7 @@ with `delete-process'.")
678 unlock_buffer (b); 678 unlock_buffer (b);
679#endif /* CLASH_DETECTION */ 679#endif /* CLASH_DETECTION */
680 680
681#ifdef subprocesses
682 kill_buffer_processes (buf); 681 kill_buffer_processes (buf);
683#endif /* subprocesses */
684 682
685 tem = Vinhibit_quit; 683 tem = Vinhibit_quit;
686 Vinhibit_quit = Qt; 684 Vinhibit_quit = Qt;