diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c index c1703f777cc..66babab1ef8 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -925,6 +925,7 @@ DEFUN ("rope-elt", Frope_elt, Srope_elt, 2, 2, 0, | |||
| 925 | A rope is a string in which each pair of bytes is considered an element.\n\ | 925 | A rope is a string in which each pair of bytes is considered an element.\n\ |
| 926 | See variable `buffer-display-table' for the uses of ropes.") | 926 | See variable `buffer-display-table' for the uses of ropes.") |
| 927 | (r, n) | 927 | (r, n) |
| 928 | Lisp_Object r, n; | ||
| 928 | { | 929 | { |
| 929 | CHECK_STRING (r, 0); | 930 | CHECK_STRING (r, 0); |
| 930 | CHECK_NUMBER (n, 1); | 931 | CHECK_NUMBER (n, 1); |