]> code.delx.au - gnu-emacs/blobdiff - lisp/autoarg.el
(compilation-error-regexp-alist-alist) extend irix for NAG Fortran and add ftnchek-*
[gnu-emacs] / lisp / autoarg.el
index 9766e0b15a0e537ff18cb28f5de36182c7a92349..78e71ef218661d18bede99938da22c26dcc4b262 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))))
@@ -145,4 +145,5 @@ which invoked this function, excluding the Autoarg keymap."
 
 (provide 'autoarg)
 
+;;; arch-tag: 2ba2ab4f-d60e-402a-ae4d-37e29af723c2
 ;;; autoarg.el ends here