diff options
| author | Richard M. Stallman | 1996-01-17 17:54:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-01-17 17:54:40 +0000 |
| commit | a92ae0ce7b3a9d01246e1c06ecabb680bdd5fa54 (patch) | |
| tree | b55c4d4b4e0a4e8b89bb592eb146f3b50466ef1c /src/editfns.c | |
| parent | 2368fc6ff0d30dfee83def9e24b20b7516ef2b51 (diff) | |
| download | emacs-a92ae0ce7b3a9d01246e1c06ecabb680bdd5fa54.tar.gz emacs-a92ae0ce7b3a9d01246e1c06ecabb680bdd5fa54.zip | |
(set_time_zone_rule): No longer static.
Diffstat (limited to 'src/editfns.c')
| -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 | { |