summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-03-23 20:48:31 +0000
committerRichard M. Stallman <rms@gnu.org>1997-03-23 20:48:31 +0000
commit962d0eac25e3976afd40ee80b230568cbf9a2e47 (patch)
tree22627854bc11b4db90096e17c64b62d8bf990b3b
parentd9e89c0ababc08aaa19b616b8979ca5423f131c2 (diff)
downloademacs-962d0eac25e3976afd40ee80b230568cbf9a2e47.tar.gz
(Fbury_buffer): Call frames_bury_buffer.
-rw-r--r--src/buffer.c2
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.")
Vbuffer_alist = nconc2 (Vbuffer_alist, link);
}
+ frames_bury_buffer (buffer)
+
return Qnil;
}