+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.
(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