aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-04-19 20:45:52 +0000
committerGerd Moellmann2000-04-19 20:45:52 +0000
commit14583cb1e0905a2e3fdb88f9fef5ca20102c0c5a (patch)
tree100c4b9b05bb5a905a7f8629285491898227fd95
parent1c4594866335a3f7fae1d65e41f2564839b5cb02 (diff)
downloademacs-14583cb1e0905a2e3fdb88f9fef5ca20102c0c5a.tar.gz
emacs-14583cb1e0905a2e3fdb88f9fef5ca20102c0c5a.zip
Fix typo in key binding of clone-indirect-buffer-other-window.
-rw-r--r--lisp/simple.el2
1 files changed, 1 insertions, 1 deletions
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."
4195 (set-buffer buffer) 4195 (set-buffer buffer)
4196 (clone-indirect-buffer nil t norecord))) 4196 (clone-indirect-buffer nil t norecord)))
4197 4197
4198(define-key ctl-x-4-map "c" 'display-buffer) 4198(define-key ctl-x-4-map "c" 'clone-indirect-buffer-other-window)
4199 4199
4200 4200
4201;;; Syntax stuff. 4201;;; Syntax stuff.