]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp.h (Ffield_end): Declare.
authorKen Raeburn <raeburn@raeburn.org>
Sun, 7 Oct 2001 11:02:52 +0000 (11:02 +0000)
committerKen Raeburn <raeburn@raeburn.org>
Sun, 7 Oct 2001 11:02:52 +0000 (11:02 +0000)
src/ChangeLog
src/lisp.h

index 03431d0e8982605e531eca8c722ead946e73724c..c9f15add329cdd74c72b03fc0df6b0215e6fc29f 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-07  Ken Raeburn  <raeburn@gnu.org>
+
+       * lisp.h (Ffield_end): Declare.
+
 2001-10-07  Gerd Moellmann  <gerd@gnu.org>
 
        * keyboard.c (parse_modifiers, apply_modifiers): Use VALMASK.
index 8c6e6e745e165084aeb8f8f4d9115ea2ebc1504f..6d46be83ea3793ed33270cdcc75cc1d2ad1d16da 100644 (file)
@@ -2513,6 +2513,7 @@ EXFUN (Fconstrain_to_field, 5);
 EXFUN (Ffield_string, 1);
 EXFUN (Fdelete_field, 1);
 EXFUN (Ffield_beginning, 2);
+EXFUN (Ffield_end, 2);
 EXFUN (Ffield_string_no_properties, 1);
 extern void set_time_zone_rule P_ ((char *));