]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in key binding of clone-indirect-buffer-other-window.
authorGerd Moellmann <gerd@gnu.org>
Wed, 19 Apr 2000 20:45:52 +0000 (20:45 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 19 Apr 2000 20:45:52 +0000 (20:45 +0000)
lisp/simple.el

index 5dc6260e484df87b4283f04c950cb46653e41675..9c79a009fbe11daafccfbcc80ebd80713550201f 100644 (file)
@@ -4195,7 +4195,7 @@ the front of the list of recently selected ones."
     (set-buffer buffer)
     (clone-indirect-buffer nil t norecord)))
 
-(define-key ctl-x-4-map "c" 'display-buffer)
+(define-key ctl-x-4-map "c" 'clone-indirect-buffer-other-window)
 
 \f
 ;;; Syntax stuff.