diff options
| author | Richard M. Stallman | 1996-01-02 08:54:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-01-02 08:54:40 +0000 |
| commit | 00550f94af01078a1e5aec7c8f79a26199b201da (patch) | |
| tree | b0512650c1bf9f743dbfd46f9a910239183b1968 /src/buffer.c | |
| parent | bdbc7685292cabc7e79ec5ec26689cd3aca32734 (diff) | |
| download | emacs-00550f94af01078a1e5aec7c8f79a26199b201da.tar.gz emacs-00550f94af01078a1e5aec7c8f79a26199b201da.zip | |
(Fkill_buffer): Use replace_buffer_in_all_windows.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 02518193264..0bebad30694 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1023,7 +1023,7 @@ with `delete-process'.") | |||
| 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. */ |