Mercurial > emacs
comparison src/buffer.c @ 13917:c7c63fcb828e
(Fkill_buffer): Use replace_buffer_in_all_windows.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 02 Jan 1996 08:54:40 +0000 |
| parents | 71c14edf7d6d |
| children | 5636ed4243ec |
comparison
equal
deleted
inserted
replaced
| 13916:00065bf711b8 | 13917:c7c63fcb828e |
|---|---|
| 1021 kill_buffer_processes (buf); | 1021 kill_buffer_processes (buf); |
| 1022 | 1022 |
| 1023 tem = Vinhibit_quit; | 1023 tem = Vinhibit_quit; |
| 1024 Vinhibit_quit = Qt; | 1024 Vinhibit_quit = Qt; |
| 1025 Vbuffer_alist = Fdelq (Frassq (buf, Vbuffer_alist), Vbuffer_alist); | 1025 Vbuffer_alist = Fdelq (Frassq (buf, Vbuffer_alist), Vbuffer_alist); |
| 1026 Freplace_buffer_in_windows (buf); | 1026 replace_buffer_in_all_windows (buf); |
| 1027 Vinhibit_quit = tem; | 1027 Vinhibit_quit = tem; |
| 1028 | 1028 |
| 1029 /* Delete any auto-save file, if we saved it in this session. */ | 1029 /* Delete any auto-save file, if we saved it in this session. */ |
| 1030 if (STRINGP (b->auto_save_file_name) | 1030 if (STRINGP (b->auto_save_file_name) |
| 1031 && b->auto_save_modified != 0 | 1031 && b->auto_save_modified != 0 |
