]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fconstrain_to_field): Update external declaration.
authorMiles Bader <miles@gnu.org>
Mon, 24 Jul 2000 23:47:09 +0000 (23:47 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 24 Jul 2000 23:47:09 +0000 (23:47 +0000)
src/lisp.h

index bc51a86836689ab31684b3b9dd743f5f7313f367..14b65e305718839e650274533deb21f366a7e2b1 100644 (file)
@@ -2380,7 +2380,7 @@ extern void init_editfns P_ ((void));
 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);