]> git.eshelyaron.com Git - emacs.git/commitdiff
(autoarg-kp-mode): Give it a :group.
authorDave Love <fx@gnu.org>
Mon, 2 Dec 2002 13:01:24 +0000 (13:01 +0000)
committerDave Love <fx@gnu.org>
Mon, 2 Dec 2002 13:01:24 +0000 (13:01 +0000)
lisp/ChangeLog
lisp/autoarg.el

index 63b5174c308ea1f6edebe5850a1c959f196d52c7..8015f8318c6d9e0cb373bcf3c048e3f48f6d3d27 100644 (file)
@@ -1,3 +1,7 @@
+2002-12-02  Dave Love  <fx@gnu.org>
+
+       * autoarg.el (autoarg-kp-mode): Give it a :group.
+
 2002-12-02  Noah Friedman  <friedman@splode.com>
 
        * complete.el (PC-do-completion): Do not add wildcards to pattern
        are output with gdba in gdb-ui.el.
        (tooltip-strip-annotations): New function.
 
+2002-12-29  Dave Love  <fx@gnu.org>
+
+       * autoarg.el (autoarg-mode): Give it a :group.
+
 2002-11-29  Bill Wohler  <wohler@newt.com>
 
        * mail/mh-comp.el, mail/mh-e.el, mail/mh-funcs.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))))