Mercurial > emacs
comparison src/macros.c @ 40656:cdfd4d09b79a
Update usage of CHECK_ macros (remove unused second argument).
| author | Pavel Jan?k <Pavel@Janik.cz> |
|---|---|
| date | Fri, 02 Nov 2001 20:46:55 +0000 |
| parents | 3ff73c40de2b |
| children | 63819c5d6049 |
comparison
equal
deleted
inserted
replaced
| 40655:45453187feeb | 40656:cdfd4d09b79a |
|---|---|
| 145 error ("Not defining kbd macro"); | 145 error ("Not defining kbd macro"); |
| 146 | 146 |
| 147 if (NILP (repeat)) | 147 if (NILP (repeat)) |
| 148 XSETFASTINT (repeat, 1); | 148 XSETFASTINT (repeat, 1); |
| 149 else | 149 else |
| 150 CHECK_NUMBER (repeat, 0); | 150 CHECK_NUMBER (repeat); |
| 151 | 151 |
| 152 if (!NILP (current_kboard->defining_kbd_macro)) | 152 if (!NILP (current_kboard->defining_kbd_macro)) |
| 153 { | 153 { |
| 154 current_kboard->defining_kbd_macro = Qnil; | 154 current_kboard->defining_kbd_macro = Qnil; |
| 155 update_mode_lines++; | 155 update_mode_lines++; |
