* lisp/bindings.el (page-navigation-repeat-map): Fix bootstrap.
This commit is contained in:
parent
13824c44d2
commit
222d033254
1 changed files with 2 additions and 2 deletions
|
|
@ -1437,8 +1437,8 @@ if `inhibit-field-text-motion' is non-nil."
|
|||
|
||||
(defvar page-navigation-repeat-map
|
||||
(let ((map (make-sparse-keymap)))
|
||||
(define-key map (kbd "]") #'forward-page)
|
||||
(define-key map (kbd "[") #'backward-page)
|
||||
(define-key map "]" #'forward-page)
|
||||
(define-key map "[" #'backward-page)
|
||||
map)
|
||||
"Keymap to repeat page navigation key sequences. Used in `repeat-mode'.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue