Mercurial > emacs
changeset 14201:ff372902386d
(set_time_zone_rule): No longer static.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 17 Jan 1996 17:54:40 +0000 |
parents | 5a3beebafdcb |
children | 7acafb848e80 |
files | src/editfns.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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; {