Mercurial > emacs
comparison src/undo.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 | e528f2adeed4 |
| children | 0abb30765386 |
comparison
equal
deleted
inserted
replaced
| 40655:45453187feeb | 40656:cdfd4d09b79a |
|---|---|
| 405 tem = Fcar (list); | 405 tem = Fcar (list); |
| 406 if (NILP (tem)) | 406 if (NILP (tem)) |
| 407 list = Fcdr (list); | 407 list = Fcdr (list); |
| 408 #endif | 408 #endif |
| 409 | 409 |
| 410 CHECK_NUMBER (n, 0); | 410 CHECK_NUMBER (n); |
| 411 arg = XINT (n); | 411 arg = XINT (n); |
| 412 next = Qnil; | 412 next = Qnil; |
| 413 GCPRO2 (next, list); | 413 GCPRO2 (next, list); |
| 414 | 414 |
| 415 /* In a writable buffer, enable undoing read-only text that is so | 415 /* In a writable buffer, enable undoing read-only text that is so |
