From: Richard M. Stallman Date: Wed, 17 Jan 1996 17:54:40 +0000 (+0000) Subject: (set_time_zone_rule): No longer static. X-Git-Tag: emacs-19.34~1659 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a92ae0ce7b3a9d01246e1c06ecabb680bdd5fa54;p=emacs.git (set_time_zone_rule): No longer static. --- diff --git a/src/editfns.c b/src/editfns.c index d54f494ef76..4f74ad35eb5 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -42,8 +42,8 @@ extern char **environ; 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 @@ If TZ is nil, use implementation-defined default time zone information.") /* 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; {