From: Dave Love Date: Fri, 29 Nov 2002 20:11:07 +0000 (+0000) Subject: (autoarg-mode): Give it a :group. X-Git-Tag: ttn-vms-21-2-B4~12223 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1f8542f5b9f4b9f7f4f562d1f6456286c7d883c;p=emacs.git (autoarg-mode): Give it a :group. --- diff --git a/lisp/autoarg.el b/lisp/autoarg.el index e18023f3cb8..9766e0b15a0 100644 --- a/lisp/autoarg.el +++ b/lisp/autoarg.el @@ -110,7 +110,7 @@ then invokes the normal binding of \\[autoarg-terminate]. `C-u \\[autoarg-terminate]' invokes the normal binding of \\[autoarg-terminate] four times. \\{autoarg-mode-map}" - nil " Aarg" autoarg-mode-map :global t) + nil " Aarg" autoarg-mode-map :global t :group 'keyboard) ;;;###autoload (define-minor-mode autoarg-kp-mode