]> git.eshelyaron.com Git - emacs.git/commitdiff
Rebind three global `C-x r' keys "b", "m", "l" to the new map
authorJuri Linkov <juri@jurta.org>
Mon, 30 Jun 2008 19:37:44 +0000 (19:37 +0000)
committerJuri Linkov <juri@jurta.org>
Mon, 30 Jun 2008 19:37:44 +0000 (19:37 +0000)
`ctl-x-r-map' in autload cookies.

lisp/bookmark.el

index ec5025067354d1c25f912e15b46a29141b64d187..535b1f2516a4ea15c50d5bd919fb335201ffe989 100644 (file)
@@ -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