From: Gerd Moellmann Date: Wed, 19 Apr 2000 20:45:52 +0000 (+0000) Subject: Fix typo in key binding of clone-indirect-buffer-other-window. X-Git-Tag: emacs-pretest-21.0.90~4186 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14583cb1e0905a2e3fdb88f9fef5ca20102c0c5a;p=emacs.git Fix typo in key binding of clone-indirect-buffer-other-window. --- diff --git a/lisp/simple.el b/lisp/simple.el index 5dc6260e484..9c79a009fbe 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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) ;;; Syntax stuff.