diff lisp/simple.el @ 28661:f78d389c773c

Fix typo in key binding of clone-indirect-buffer-other-window.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 19 Apr 2000 20:45:52 +0000
parents 17281c5a2834
children 8cc58b0b674d
line wrap: on
line diff
--- a/lisp/simple.el	Wed Apr 19 20:42:34 2000 +0000
+++ b/lisp/simple.el	Wed Apr 19 20:45:52 2000 +0000
@@ -4195,7 +4195,7 @@
     (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)
 
 
 ;;; Syntax stuff.