X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/d3d02e659ec157365eb5c280533f1edf21d86def..63e9aa8ee8daa065664f97a03b93387b3f39c9f5:/lisp/autoarg.el diff --git a/lisp/autoarg.el b/lisp/autoarg.el index e18023f3cb..78e71ef218 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 @@ -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