Mercurial > emacs
comparison src/textprop.c @ 1305:5c19f71f0314
Fixed typeos.
| author | Joseph Arceneaux <jla@gnu.org> |
|---|---|
| date | Fri, 02 Oct 1992 22:30:42 +0000 |
| parents | 538cc0cd6d83 |
| children | cd23f7ef1bd0 |
comparison
equal
deleted
inserted
replaced
| 1304:93d55019750e | 1305:5c19f71f0314 |
|---|---|
| 689 range START to END. Returns t if any change was made, nil otherwise.") | 689 range START to END. Returns t if any change was made, nil otherwise.") |
| 690 (object, start, end) | 690 (object, start, end) |
| 691 Lisp_Object object, start, end; | 691 Lisp_Object object, start, end; |
| 692 { | 692 { |
| 693 register INTERVAL i; | 693 register INTERVAL i; |
| 694 register prev_changed = NULL_INTERVAL; | 694 register INTERVAL prev_changed = NULL_INTERVAL; |
| 695 register int s, len, modified; | 695 register int s, len, modified; |
| 696 | 696 |
| 697 i = validate_interval_range (object, &start, &end, soft); | 697 i = validate_interval_range (object, &start, &end, soft); |
| 698 if (NULL_INTERVAL_P (i)) | 698 if (NULL_INTERVAL_P (i)) |
| 699 return Qnil; | 699 return Qnil; |
