Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a92ae0ce
Commit
a92ae0ce
authored
Jan 17, 1996
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(set_time_zone_rule): No longer static.
parent
2368fc6f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/editfns.c
src/editfns.c
+2
-2
No files found.
src/editfns.c
View file @
a92ae0ce
...
@@ -42,8 +42,8 @@ extern char **environ;
...
@@ -42,8 +42,8 @@ extern char **environ;
extern
Lisp_Object
make_time
();
extern
Lisp_Object
make_time
();
extern
void
insert_from_buffer
();
extern
void
insert_from_buffer
();
static
long
difftm
();
static
long
difftm
();
static
void
set_time_zone_rule
();
static
void
update_buffer_properties
();
static
void
update_buffer_properties
();
void
set_time_zone_rule
();
Lisp_Object
Vbuffer_access_fontify_functions
;
Lisp_Object
Vbuffer_access_fontify_functions
;
Lisp_Object
Qbuffer_access_fontify_functions
;
Lisp_Object
Qbuffer_access_fontify_functions
;
...
@@ -916,7 +916,7 @@ If TZ is nil, use implementation-defined default time zone information.")
...
@@ -916,7 +916,7 @@ If TZ is nil, use implementation-defined default time zone information.")
/* Set the local time zone rule to TZSTRING.
/* Set the local time zone rule to TZSTRING.
This allocates memory into `environ', which it is the caller's
This allocates memory into `environ', which it is the caller's
responsibility to free. */
responsibility to free. */
static
void
void
set_time_zone_rule
(
tzstring
)
set_time_zone_rule
(
tzstring
)
char
*
tzstring
;
char
*
tzstring
;
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment