From: Dave Love Date: Mon, 2 Dec 2002 13:01:24 +0000 (+0000) Subject: (autoarg-kp-mode): Give it a :group. X-Git-Tag: ttn-vms-21-2-B4~12210 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7666b1cb8c2acc14042c72bb272fa64a06958748;p=emacs.git (autoarg-kp-mode): Give it a :group. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 63b5174c308..8015f8318c6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-12-02 Dave Love + + * autoarg.el (autoarg-kp-mode): Give it a :group. + 2002-12-02 Noah Friedman * complete.el (PC-do-completion): Do not add wildcards to pattern @@ -18,6 +22,10 @@ are output with gdba in gdb-ui.el. (tooltip-strip-annotations): New function. +2002-12-29 Dave Love + + * autoarg.el (autoarg-mode): Give it a :group. + 2002-11-29 Bill Wohler * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.el, diff --git a/lisp/autoarg.el b/lisp/autoarg.el index 9766e0b15a0..8763c917773 100644 --- a/lisp/autoarg.el +++ b/lisp/autoarg.el @@ -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))))