diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-04-18 10:06:06 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-04-18 10:06:06 +0000 |
commit | 182f620587d6a773a4461b78e27880c724d461bc (patch) | |
tree | 174d94f3277b697cd67a17fe650f5234ca6e5a2d /lisp/emacs-lisp/checkdoc.el | |
parent | 329a656ebd6b229213914bc91bc2e3617af370ec (diff) | |
download | emacs-182f620587d6a773a4461b78e27880c724d461bc.tar.gz emacs-182f620587d6a773a4461b78e27880c724d461bc.tar.bz2 emacs-182f620587d6a773a4461b78e27880c724d461bc.zip |
(checkdoc-minor-keymap): Use `define-obsolete-variable-alias'.
Diffstat (limited to 'lisp/emacs-lisp/checkdoc.el')
-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." map) "Keymap used to override evaluation key-bindings for documentation checking.") -(defvaralias 'checkdoc-minor-keymap 'checkdoc-minor-mode-map) -(make-obsolete-variable 'checkdoc-minor-keymap - 'checkdoc-minor-mode-map) +(define-obsolete-variable-alias 'checkdoc-minor-keymap + 'checkdoc-minor-mode-map "21.1") ;; Add in a menubar with easy-menu |