From a92ae0ce7b3a9d01246e1c06ecabb680bdd5fa54 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 17 Jan 1996 17:54:40 +0000 Subject: [PATCH] (set_time_zone_rule): No longer static. --- src/editfns.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; { -- 2.39.2