# HG changeset patch # User Juri Linkov # Date 1214854664 0 # Node ID 5efd78aaea5b37cc0bb79be4f4d8c9d7f4b619af # Parent e155bd4bbeeb8f8186984b22aefff29164f9f4e6 Rebind three global `C-x r' keys "b", "m", "l" to the new map `ctl-x-r-map' in autload cookies. diff -r e155bd4bbeeb -r 5efd78aaea5b lisp/bookmark.el --- 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