changeset 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 94aa6a66e921
children c090f7dcfd27
files src/alloc.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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);