aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index c5dfd2102d..8d840fc85f 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -5868,7 +5868,7 @@ emacs_strerror (error_number)
{
char *str;
- synchronize_messages_locale ();
+ synchronize_system_messages_locale ();
str = strerror (error_number);
if (! NILP (Vlocale_coding_system))