* lisp/outline.el (outline-minor-mode-prefix): Fix compilation.
This commit is contained in:
parent
843b55f682
commit
878924e881
1 changed files with 1 additions and 0 deletions
|
@ -297,6 +297,7 @@ The value of this variable is checked as part of loading Outline mode.
|
|||
After that, changing the prefix key requires manipulating keymaps."
|
||||
:type 'key-sequence
|
||||
:group 'outlines
|
||||
:initialize 'custom-initialize-default
|
||||
:set (lambda (sym val)
|
||||
(define-key outline-minor-mode-map outline-minor-mode-prefix nil)
|
||||
(define-key outline-minor-mode-map val outline-mode-prefix-map)
|
||||
|
|
Loading…
Add table
Reference in a new issue