]> code.delx.au - gnu-emacs/blobdiff - lisp/autoarg.el
(comment-indent): Be more careful when inserting
[gnu-emacs] / lisp / autoarg.el
index 9766e0b15a0e537ff18cb28f5de36182c7a92349..8763c917773e63de92b000123744a3ee299de31d 100644 (file)
@@ -121,7 +121,7 @@ This is similar to \\[autoarg-mode] but rebinds the keypad keys `kp-1'
 &c to supply digit arguments.
 
 \\{autoarg-kp-mode-map}"
-  nil " Aakp" autoarg-kp-mode-map :global t
+  nil " Aakp" autoarg-kp-mode-map :global t :group 'keyboard
   (if autoarg-kp-mode
       (dotimes (i 10)
        (let ((sym (intern (format "kp-%d" i))))