From: Juri Linkov Date: Mon, 30 Jun 2008 19:37:44 +0000 (+0000) Subject: Rebind three global `C-x r' keys "b", "m", "l" to the new map X-Git-Tag: emacs-pretest-23.0.90~4385 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e132178860d41087c24fcf916a3821fac3471b4a;p=emacs.git Rebind three global `C-x r' keys "b", "m", "l" to the new map `ctl-x-r-map' in autload cookies. --- 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