1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Fix typo in key binding of clone-indirect-buffer-other-window.

This commit is contained in:
Gerd Moellmann 2000-04-19 20:45:52 +00:00
parent 1c45948663
commit 14583cb1e0

View 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)
;;; Syntax stuff.