# HG changeset patch # User Richard M. Stallman # Date 821901280 0 # Node ID ff372902386de69fbecf7791080b856e5d68af58 # Parent 5a3beebafdcbc481debb56774b1eb2463e81ce3f (set_time_zone_rule): No longer static. diff -r 5a3beebafdcb -r ff372902386d src/editfns.c --- a/src/editfns.c Wed Jan 17 17:23:41 1996 +0000 +++ b/src/editfns.c Wed Jan 17 17:54:40 1996 +0000 @@ -42,8 +42,8 @@ extern Lisp_Object make_time (); extern void insert_from_buffer (); static long difftm (); -static void set_time_zone_rule (); static void update_buffer_properties (); +void set_time_zone_rule (); Lisp_Object Vbuffer_access_fontify_functions; Lisp_Object Qbuffer_access_fontify_functions; @@ -916,7 +916,7 @@ /* Set the local time zone rule to TZSTRING. This allocates memory into `environ', which it is the caller's responsibility to free. */ -static void +void set_time_zone_rule (tzstring) char *tzstring; {