diff lisp/files.el @ 854:0b4f3a91f207

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 22 Jul 1992 23:07:07 +0000
parents 20674ae6bf52
children bad1b9af86a1
line wrap: on
line diff
--- a/lisp/files.el	Wed Jul 22 21:20:04 1992 +0000
+++ b/lisp/files.el	Wed Jul 22 23:07:07 1992 +0000
@@ -1402,7 +1402,7 @@
 (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)