]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Wed, 19 Apr 2000 20:42:34 +0000 (20:42 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 19 Apr 2000 20:42:34 +0000 (20:42 +0000)
etc/NEWS
lisp/ChangeLog

index 1ad5e8a285ad6645a9a0708016fd5baafcfbb95a..5b27a36f01b310f98435b64181bd9c4dfe10f8fa 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -17,7 +17,9 @@ images and toolkit scrollbars.  Use the --help option to list them.
 * 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
index 5ed2bf089451f6d218bdb9e517afc52a8c5cffba..7480a71d3505ead4c8f709cee55339ff2bb48e77 100644 (file)
@@ -1,5 +1,9 @@
 2000-04-19  Gerd Moellmann  <gerd@gnu.org>
 
+       * 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.