Mercurial > emacs
diff src/editfns.c @ 20879:64d2baa47498
(Fposition_bytes): Declare arg POSITION as Lips_Object.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Tue, 10 Feb 1998 03:59:06 +0000 |
| parents | 34e0c8eb49eb |
| children | 896aeeb4f735 |
line wrap: on
line diff
--- a/src/editfns.c Tue Feb 10 03:55:04 1998 +0000 +++ b/src/editfns.c Tue Feb 10 03:59:06 1998 +0000 @@ -458,6 +458,7 @@ DEFUN ("position-bytes", Fposition_bytes, Sposition_bytes, 1, 1, 0, "Return the byte position for character position POSITION.") (position) + Lisp_Object position; { CHECK_NUMBER_COERCE_MARKER (position, 1); return make_number (CHAR_TO_BYTE (XINT (position)));
