summaryrefslogtreecommitdiff
path: root/lisp/files.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-07-22 23:07:07 +0000
committerRichard M. Stallman <rms@gnu.org>1992-07-22 23:07:07 +0000
commit924f0a2420709765dfe93c7c31f81de6dbcecbb7 (patch)
treee69ec53ed797abdd918a224de3d98e29fccba379 /lisp/files.el
parent067ffa38a5d8f117efb94afa8a2edba3d832ee1a (diff)
downloademacs-924f0a2420709765dfe93c7c31f81de6dbcecbb7.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/files.el')
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index b3807a73c57..f1fde0575e0 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -1402,7 +1402,7 @@ With prefix arg, silently save all file-visiting buffers, then kill."
(define-key ctl-x-4-map "r" 'find-file-read-only-other-window)
(define-key ctl-x-4-map "\C-f" 'find-file-other-window)
(define-key ctl-x-4-map "b" 'switch-to-buffer-other-window)
-(define-key ctl-x-4-map "o" 'display-buffer)
+(define-key ctl-x-4-map "\C-o" 'display-buffer)
(define-key ctl-x-5-map "b" 'switch-to-buffer-other-frame)
(define-key ctl-x-5-map "f" 'find-file-other-frame)