aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c4
1 files 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;
42extern Lisp_Object make_time (); 42extern Lisp_Object make_time ();
43extern void insert_from_buffer (); 43extern void insert_from_buffer ();
44static long difftm (); 44static long difftm ();
45static void set_time_zone_rule ();
46static void update_buffer_properties (); 45static void update_buffer_properties ();
46void set_time_zone_rule ();
47 47
48Lisp_Object Vbuffer_access_fontify_functions; 48Lisp_Object Vbuffer_access_fontify_functions;
49Lisp_Object Qbuffer_access_fontify_functions; 49Lisp_Object Qbuffer_access_fontify_functions;
@@ -916,7 +916,7 @@ If TZ is nil, use implementation-defined default time zone information.")
916/* Set the local time zone rule to TZSTRING. 916/* Set the local time zone rule to TZSTRING.
917 This allocates memory into `environ', which it is the caller's 917 This allocates memory into `environ', which it is the caller's
918 responsibility to free. */ 918 responsibility to free. */
919static void 919void
920set_time_zone_rule (tzstring) 920set_time_zone_rule (tzstring)
921 char *tzstring; 921 char *tzstring;
922{ 922{