# HG changeset patch # User Gerd Moellmann # Date 956176954 0 # Node ID 9de15cb0c24b7a1dc20c56198d5c9c7e7b88352a # Parent 17281c5a2834988c297dd5e4449e059233b2a6c3 *** empty log message *** diff -r 17281c5a2834 -r 9de15cb0c24b etc/NEWS --- a/etc/NEWS Wed Apr 19 20:40:46 2000 +0000 +++ b/etc/NEWS Wed Apr 19 20:42:34 2000 +0000 @@ -17,7 +17,9 @@ * Changes in Emacs 21.1 ** The new command `clone-buffer-indirectly' can be used to create -an indirect buffer that is a twin copy of the current buffer. +an indirect buffer that is a twin copy of the current buffer. The +command `clone-buffer-indirectly-other-window', bound to C-x 4 c, +does the same but displays the indirect buffer in another window. ** New user options `backup-directory-alist' and `make-backup-file-name-function' are provided to control the placement diff -r 17281c5a2834 -r 9de15cb0c24b lisp/ChangeLog --- a/lisp/ChangeLog Wed Apr 19 20:40:46 2000 +0000 +++ b/lisp/ChangeLog Wed Apr 19 20:42:34 2000 +0000 @@ -1,5 +1,9 @@ 2000-04-19 Gerd Moellmann + * simple.el (clone-indirect-buffer-other-window): New command. + (clone-indirect-buffer): Add optional arg NORECROD. + (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. + * help.el (resize-temp-buffer-window): Use count-screen-lines. * window.el (count-screen-lines): New function.