diff options
Diffstat (limited to 'lisp/files.el')
| -rw-r--r-- | lisp/files.el | 2 |
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) |
