Mercurial > emacs
diff src/alloc.c @ 1500:6489d5182a64
* alloc.c (Frope_elt): Declare arguments to be Lisp_Objects.
| author | Jim Blandy <jimb@redhat.com> |
|---|---|
| date | Sat, 31 Oct 1992 04:50:13 +0000 |
| parents | 0b98dbec0738 |
| children | 00ba13693a97 |
line wrap: on
line diff
--- a/src/alloc.c Sat Oct 31 04:49:31 1992 +0000 +++ b/src/alloc.c Sat Oct 31 04:50:13 1992 +0000 @@ -925,6 +925,7 @@ A rope is a string in which each pair of bytes is considered an element.\n\ See variable `buffer-display-table' for the uses of ropes.") (r, n) + Lisp_Object r, n; { CHECK_STRING (r, 0); CHECK_NUMBER (n, 1);
