changeset 69658:80767c00292c

(ctl-x-5-map): Really bind C-x 5 C-o to `display-buffer-other-frame'.
author Romain Francoise <romain@orebokech.com>
date Fri, 24 Mar 2006 13:59:22 +0000
parents f58d58756723
children 6d8d337eea89
files lisp/ChangeLog lisp/files.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <romain@orebokech.com>
+
+	* files.el (ctl-x-5-map): Really bind C-x 5 C-o to
+	`display-buffer-other-frame'.
+
 2006-03-24  Kim F. Storm  <storm@cua.dk>
 
 	* apropos.el (apropos-synonyms): Add selection => region.
--- 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