Closed wyuenho closed 4 years ago
Reproduction:
(bind-key "C-c f" 'ignore (symbol-value (intern (concat (symbol-name major-mode) "-map"))))
M-x describe-personal-bindings
Symbol’s value as variable is void: keymap
Expectation: No error and the personal binding buffer is displayed.
Reproduction:
M-x describe-personal-bindings
Symbol’s value as variable is void: keymap
in echo area. No personal binding buffer displayed.Expectation: No error and the personal binding buffer is displayed.