/[emacs]/emacs/src/macros.c
ViewVC logotype

Diff of /emacs/src/macros.c

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

revision 1.44 by monnier, Fri Nov 2 04:49:57 2001 UTC revision 1.45 by pj, Fri Nov 2 20:30:24 2001 UTC
# Line 147  An argument of zero means repeat until e Line 147  An argument of zero means repeat until e
147    if (NILP (repeat))    if (NILP (repeat))
148      XSETFASTINT (repeat, 1);      XSETFASTINT (repeat, 1);
149    else    else
150      CHECK_NUMBER (repeat, 0);      CHECK_NUMBER (repeat);
151    
152    if (!NILP (current_kboard->defining_kbd_macro))    if (!NILP (current_kboard->defining_kbd_macro))
153      {      {

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

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