mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 00:01:33 -08:00
* alloc.c (Frope_elt): Declare arguments to be Lisp_Objects.
This commit is contained in:
parent
4458687ccf
commit
5bc1518a3d
1 changed files with 1 additions and 0 deletions
|
|
@ -925,6 +925,7 @@ DEFUN ("rope-elt", Frope_elt, Srope_elt, 2, 2, 0,
|
|||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue