]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fbury_buffer): Call frames_bury_buffer.
authorRichard M. Stallman <rms@gnu.org>
Sun, 23 Mar 1997 20:48:31 +0000 (20:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 23 Mar 1997 20:48:31 +0000 (20:48 +0000)
src/buffer.c

index 93e83be649d5941164198efeda52a0b614a01038..c88cc04d52ae88f1dc5d5392ce4c30dc9c0455e0 100644 (file)
@@ -1557,6 +1557,8 @@ selected window if it is displayed there.")
     Vbuffer_alist = nconc2 (Vbuffer_alist, link);
   }
 
+  frames_bury_buffer (buffer)
+
   return Qnil;
 }
 \f