aboutsummaryrefslogtreecommitdiffstats
path: root/src/editfns.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/editfns.c')
-rw-r--r--src/editfns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index f6f30ee99a..9cbebbda83 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -1295,7 +1295,7 @@ DEFUN ("format-time-string", Fformat_time_string, Sformat_time_string, 1, 3, 0,
if (! tm)
error ("Specified time is not representable");
- synchronize_time_locale ();
+ synchronize_system_time_locale ();
while (1)
{