diff options
-rw-r--r-- | lisp/bookmark.el | 6 |
1 files 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 |