diff options
| -rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index d833a358d94..731f1ca06df 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el | |||
| @@ -1193,9 +1193,8 @@ generating a buffered list of errors." | |||
| 1193 | map) | 1193 | map) |
| 1194 | "Keymap used to override evaluation key-bindings for documentation checking.") | 1194 | "Keymap used to override evaluation key-bindings for documentation checking.") |
| 1195 | 1195 | ||
| 1196 | (defvaralias 'checkdoc-minor-keymap 'checkdoc-minor-mode-map) | 1196 | (define-obsolete-variable-alias 'checkdoc-minor-keymap |
| 1197 | (make-obsolete-variable 'checkdoc-minor-keymap | 1197 | 'checkdoc-minor-mode-map "21.1") |
| 1198 | 'checkdoc-minor-mode-map) | ||
| 1199 | 1198 | ||
| 1200 | ;; Add in a menubar with easy-menu | 1199 | ;; Add in a menubar with easy-menu |
| 1201 | 1200 | ||