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 c5dfd2102d0..8d840fc85fd 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -5868,7 +5868,7 @@ emacs_strerror (error_number)
5868{ 5868{
5869 char *str; 5869 char *str;
5870 5870
5871 synchronize_messages_locale (); 5871 synchronize_system_messages_locale ();
5872 str = strerror (error_number); 5872 str = strerror (error_number);
5873 5873
5874 if (! NILP (Vlocale_coding_system)) 5874 if (! NILP (Vlocale_coding_system))