changeset 96438:5efd78aaea5b

Rebind three global `C-x r' keys "b", "m", "l" to the new map `ctl-x-r-map' in autload cookies.
author Juri Linkov <juri@jurta.org>
date Mon, 30 Jun 2008 19:37:44 +0000
parents e155bd4bbeeb
children 5fd9456fa70d
files lisp/bookmark.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/bookmark.el	Mon Jun 30 19:37:02 2008 +0000
+++ b/lisp/bookmark.el	Mon Jun 30 19:37:44 2008 +0000
@@ -217,9 +217,9 @@
 ;; Set up these bindings dumping time *only*;
 ;; if the user alters them, don't override the user when loading bookmark.el.
 
-;;;###autoload (define-key ctl-x-map "rb" 'bookmark-jump)
-;;;###autoload (define-key ctl-x-map "rm" 'bookmark-set)
-;;;###autoload (define-key ctl-x-map "rl" 'bookmark-bmenu-list)
+;;;###autoload (define-key ctl-x-r-map "b" 'bookmark-jump)
+;;;###autoload (define-key ctl-x-r-map "m" 'bookmark-set)
+;;;###autoload (define-key ctl-x-r-map "l" 'bookmark-bmenu-list)
 
 ;;;###autoload
 (defvar bookmark-map