From e132178860d41087c24fcf916a3821fac3471b4a Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Mon, 30 Jun 2008 19:37:44 +0000 Subject: [PATCH] Rebind three global `C-x r' keys "b", "m", "l" to the new map `ctl-x-r-map' in autload cookies. --- lisp/bookmark.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/bookmark.el b/lisp/bookmark.el index ec502506735..535b1f2516a 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -217,9 +217,9 @@ following in your `.emacs' file: ;; 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 -- 2.39.2