# HG changeset patch # User Gerd Moellmann # Date 956177152 0 # Node ID f78d389c773cb39959ec1a4f4fe2b8311097c3c1 # Parent 9de15cb0c24b7a1dc20c56198d5c9c7e7b88352a Fix typo in key binding of clone-indirect-buffer-other-window. diff -r 9de15cb0c24b -r f78d389c773c lisp/simple.el --- 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.