/[emacs]/emacs/lisp/autoarg.el
ViewVC logotype

Diff of /emacs/lisp/autoarg.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by monnier, Mon Jun 5 08:10:59 2000 UTC revision 1.5.18.1 by miles, Fri Apr 4 06:20:00 2003 UTC
# Line 110  then invokes the normal binding of \\[au Line 110  then invokes the normal binding of \\[au
110  `C-u \\[autoarg-terminate]' invokes the normal binding of \\[autoarg-terminate] four times.  `C-u \\[autoarg-terminate]' invokes the normal binding of \\[autoarg-terminate] four times.
111    
112  \\{autoarg-mode-map}"  \\{autoarg-mode-map}"
113    nil " Aarg" autoarg-mode-map :global t)    nil " Aarg" autoarg-mode-map :global t :group 'keyboard)
114    
115  ;;;###autoload  ;;;###autoload
116  (define-minor-mode autoarg-kp-mode  (define-minor-mode autoarg-kp-mode
# Line 121  This is similar to \\[autoarg-mode] but Line 121  This is similar to \\[autoarg-mode] but
121  &c to supply digit arguments.  &c to supply digit arguments.
122    
123  \\{autoarg-kp-mode-map}"  \\{autoarg-kp-mode-map}"
124    nil " Aakp" autoarg-kp-mode-map :global t    nil " Aakp" autoarg-kp-mode-map :global t :group 'keyboard
125    (if autoarg-kp-mode    (if autoarg-kp-mode
126        (dotimes (i 10)        (dotimes (i 10)
127          (let ((sym (intern (format "kp-%d" i))))          (let ((sym (intern (format "kp-%d" i))))

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.18.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26