diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 4 |
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; | |||
| 42 | extern Lisp_Object make_time (); | 42 | extern Lisp_Object make_time (); |
| 43 | extern void insert_from_buffer (); | 43 | extern void insert_from_buffer (); |
| 44 | static long difftm (); | 44 | static long difftm (); |
| 45 | static void set_time_zone_rule (); | ||
| 46 | static void update_buffer_properties (); | 45 | static void update_buffer_properties (); |
| 46 | void set_time_zone_rule (); | ||
| 47 | 47 | ||
| 48 | Lisp_Object Vbuffer_access_fontify_functions; | 48 | Lisp_Object Vbuffer_access_fontify_functions; |
| 49 | Lisp_Object Qbuffer_access_fontify_functions; | 49 | Lisp_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. */ |
| 919 | static void | 919 | void |
| 920 | set_time_zone_rule (tzstring) | 920 | set_time_zone_rule (tzstring) |
| 921 | char *tzstring; | 921 | char *tzstring; |
| 922 | { | 922 | { |