comparison src/buffer.c @ 585:1d71babec025

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Mar 1992 23:20:07 +0000
parents 3072b38789a7
children 70b112526394
comparison
equal deleted inserted replaced
584:4cd7543be581 585:1d71babec025
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
4 This file is part of GNU Emacs. 4 This file is part of GNU Emacs.
5 5
6 GNU Emacs is free software; you can redistribute it and/or modify 6 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
676 #ifdef CLASH_DETECTION 676 #ifdef CLASH_DETECTION
677 /* Unlock this buffer's file, if it is locked. */ 677 /* Unlock this buffer's file, if it is locked. */
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;
687 Vbuffer_alist = Fdelq (Frassq (buf, Vbuffer_alist), Vbuffer_alist); 685 Vbuffer_alist = Fdelq (Frassq (buf, Vbuffer_alist), Vbuffer_alist);
688 Freplace_buffer_in_windows (buf); 686 Freplace_buffer_in_windows (buf);