# HG changeset patch # User Romain Francoise # Date 1143208762 0 # Node ID 80767c00292cf855a02338a1a89a817a4352620e # Parent f58d58756723b575bd8e8e0ad40bb5075a568980 (ctl-x-5-map): Really bind C-x 5 C-o to `display-buffer-other-frame'. diff -r f58d58756723 -r 80767c00292c lisp/ChangeLog --- a/lisp/ChangeLog Fri Mar 24 13:28:23 2006 +0000 +++ b/lisp/ChangeLog Fri Mar 24 13:59:22 2006 +0000 @@ -1,3 +1,8 @@ +2006-03-24 Romain Francoise + + * files.el (ctl-x-5-map): Really bind C-x 5 C-o to + `display-buffer-other-frame'. + 2006-03-24 Kim F. Storm * apropos.el (apropos-synonyms): Add selection => region. diff -r f58d58756723 -r 80767c00292c lisp/files.el --- a/lisp/files.el Fri Mar 24 13:28:23 2006 +0000 +++ b/lisp/files.el Fri Mar 24 13:59:22 2006 +0000 @@ -5151,7 +5151,7 @@ (define-key ctl-x-5-map "f" 'find-file-other-frame) (define-key ctl-x-5-map "\C-f" 'find-file-other-frame) (define-key ctl-x-5-map "r" 'find-file-read-only-other-frame) -(define-key ctl-x-4-map "\C-o" 'display-buffer-other-frame) +(define-key ctl-x-5-map "\C-o" 'display-buffer-other-frame) ;; arch-tag: bc68d3ea-19ca-468b-aac6-3a4a7766101f ;;; files.el ends here