diff options
| author | Richard M. Stallman | 1997-03-23 20:48:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-03-23 20:48:31 +0000 |
| commit | dec989eb8892404966154385b53136c452e23abf (patch) | |
| tree | f7d04564a03e471f51e95b700941e4cad4c08b3f /src/buffer.c | |
| parent | 6ef88a0a806910e18caa0581cf78d0e309d9bab6 (diff) | |
| download | emacs-dec989eb8892404966154385b53136c452e23abf.tar.gz emacs-dec989eb8892404966154385b53136c452e23abf.zip | |
(Fbury_buffer): Call frames_bury_buffer.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index 93e83be649d..c88cc04d52a 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1557,6 +1557,8 @@ selected window if it is displayed there.") | |||
| 1557 | Vbuffer_alist = nconc2 (Vbuffer_alist, link); | 1557 | Vbuffer_alist = nconc2 (Vbuffer_alist, link); |
| 1558 | } | 1558 | } |
| 1559 | 1559 | ||
| 1560 | frames_bury_buffer (buffer) | ||
| 1561 | |||
| 1560 | return Qnil; | 1562 | return Qnil; |
| 1561 | } | 1563 | } |
| 1562 | 1564 | ||