changeset 45258:be966e885dcc

(checkdoc-minor-mode): Define it with define-minor-mode.
author Markus Rost <rost@math.uni-bielefeld.de>
date Sun, 12 May 2002 19:08:11 +0000
parents 77ff99d0f7ff
children 6953182d75e8
files lisp/emacs-lisp/checkdoc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/checkdoc.el	Sun May 12 19:05:37 2002 +0000
+++ b/lisp/emacs-lisp/checkdoc.el	Sun May 12 19:08:11 2002 +0000
@@ -1185,7 +1185,7 @@
 ;; What is it?
 
 ;;;###autoload
-(easy-mmode-define-minor-mode checkdoc-minor-mode
+(define-minor-mode checkdoc-minor-mode
   "Toggle Checkdoc minor mode, a mode for checking Lisp doc strings.
 With prefix ARG, turn Checkdoc minor mode on iff ARG is positive.