From f1f8542f5b9f4b9f7f4f562d1f6456286c7d883c Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 29 Nov 2002 20:11:07 +0000 Subject: [PATCH] (autoarg-mode): Give it a :group. --- lisp/autoarg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2