*** empty log message ***
[bpt/emacs.git] / lisp / autoarg.el
index 3e8e991..e18023f 100644 (file)
@@ -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}"
-  (global . nil) " Aarg" autoarg-mode-map)
+  nil " Aarg" autoarg-mode-map :global t)
 
 ;;;###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}"
-  (global . nil) " Aakp" autoarg-kp-mode-map
+  nil " Aakp" autoarg-kp-mode-map :global t
   (if autoarg-kp-mode
       (dotimes (i 10)
        (let ((sym (intern (format "kp-%d" i))))