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:
parent
1c45948663
commit
14583cb1e0
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue