Mercurial > emacs
changeset 30440:a438686586dd
(Fconstrain_to_field): Update external declaration.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 24 Jul 2000 23:47:09 +0000 |
parents | c084f49c2a7f |
children | fde88b706d7e |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Mon Jul 24 23:45:57 2000 +0000 +++ b/src/lisp.h Mon Jul 24 23:47:09 2000 +0000 @@ -2380,7 +2380,7 @@ extern void syms_of_editfns P_ ((void)); EXFUN (Fcurrent_message, 0); extern Lisp_Object Vinhibit_field_text_motion; -EXFUN (Fconstrain_to_field, 4); +EXFUN (Fconstrain_to_field, 5); EXFUN (Ffield_string, 1); EXFUN (Fdelete_field, 1); EXFUN (Ffield_beginning, 2);