]> code.delx.au - gnu-emacs/commitdiff
(ctl-x-5-map): Really bind C-x 5 C-o to `display-buffer-other-frame'.
authorRomain Francoise <romain@orebokech.com>
Fri, 24 Mar 2006 13:59:22 +0000 (13:59 +0000)
committerRomain Francoise <romain@orebokech.com>
Fri, 24 Mar 2006 13:59:22 +0000 (13:59 +0000)
lisp/ChangeLog
lisp/files.el

index d3a9d146c029a7a1c2ee476eb5c5aa8152c30bee..82aca189fe9cd8d74af412c4f81dcd80f9b717e6 100644 (file)
@@ -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.
index fc44193838dd9da9aa30cbc3cf1611c5bd98e91f..affb22b25868321f117ed6e8427bf59d3f56eff9 100644 (file)
@@ -5151,7 +5151,7 @@ With prefix arg, silently save all file-visiting buffers, then kill."
 (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