* lisp/emacs-lisp/derived.el (define-derived-mode): Use defvar-keymap.
This change is for documentation purposes on macro expansion.
(cherry picked from commit
5f4c9053538fc1bf472c1be9a203db5c6178ea02)
child)))
(unless (boundp ',map)
(put ',map 'definition-name ',child))
- (with-no-warnings (defvar ,map (make-sparse-keymap)))
+ (with-no-warnings (defvar-keymap ,map))
(unless (get ',map 'variable-documentation)
(put ',map 'variable-documentation
,(format "Keymap for `%s'." child)))