Mercurial > emacs
changeset 48943:d096b3c93f80
Don't define a name for the minor mode menu.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 23 Dec 2002 17:59:31 +0000 |
parents | 86ecd875b9c5 |
children | eb0fffb378cd |
files | lisp/emacs-lisp/checkdoc.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/checkdoc.el Mon Dec 23 17:59:04 2002 +0000 +++ b/lisp/emacs-lisp/checkdoc.el Mon Dec 23 17:59:31 2002 +0000 @@ -1148,13 +1148,13 @@ map) "Keymap used to override evaluation key-bindings for documentation checking.") -(defvar checkdoc-minor-keymap checkdoc-minor-mode-map - "Obsolete! Use `checkdoc-minor-mode-map'.") +(defvaralias 'checkdoc-minor-keymap 'checkdoc-minor-mode-map + "Obsolete--use `checkdoc-minor-mode-map'.") ;; Add in a menubar with easy-menu (easy-menu-define - checkdoc-minor-menu checkdoc-minor-mode-map "Checkdoc Minor Mode Menu" + nil checkdoc-minor-mode-map "Checkdoc Minor Mode Menu" '("CheckDoc" ["Interactive Buffer Style Check" checkdoc t] ["Interactive Buffer Style and Spelling Check" checkdoc-ispell t]