comparison lisp/files.el @ 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 73654dd795d4
children a060338ad18a c1e013e3dc0e e6bf73e43cf4
comparison
equal deleted inserted replaced
69657:f58d58756723 69658:80767c00292c
5149 5149
5150 (define-key ctl-x-5-map "b" 'switch-to-buffer-other-frame) 5150 (define-key ctl-x-5-map "b" 'switch-to-buffer-other-frame)
5151 (define-key ctl-x-5-map "f" 'find-file-other-frame) 5151 (define-key ctl-x-5-map "f" 'find-file-other-frame)
5152 (define-key ctl-x-5-map "\C-f" 'find-file-other-frame) 5152 (define-key ctl-x-5-map "\C-f" 'find-file-other-frame)
5153 (define-key ctl-x-5-map "r" 'find-file-read-only-other-frame) 5153 (define-key ctl-x-5-map "r" 'find-file-read-only-other-frame)
5154 (define-key ctl-x-4-map "\C-o" 'display-buffer-other-frame) 5154 (define-key ctl-x-5-map "\C-o" 'display-buffer-other-frame)
5155 5155
5156 ;; arch-tag: bc68d3ea-19ca-468b-aac6-3a4a7766101f 5156 ;; arch-tag: bc68d3ea-19ca-468b-aac6-3a4a7766101f
5157 ;;; files.el ends here 5157 ;;; files.el ends here