bind-key: no vector keys in personal-keybindings
describe-personal-keybindings requires the key sequences to be stored as strings.
This commit is contained in:
@@ -154,7 +154,9 @@ spelled-out keystrokes, e.g., \"C-c C-z\". See documentation of
|
||||
(setq personal-keybindings
|
||||
(delq ,entryvar personal-keybindings))))
|
||||
(setq personal-keybindings
|
||||
(cons (list (cons ,namevar (quote ,keymap))
|
||||
(cons (list (cons (if (stringp ,namevar) ,namevar
|
||||
(key-description ,namevar))
|
||||
(quote ,keymap))
|
||||
,command
|
||||
(unless (numberp ,bindingvar) ,bindingvar))
|
||||
personal-keybindings))
|
||||
|
||||
Reference in New Issue
Block a user