* m4/fnmatch.m4, m4/fpieee.m4, m4/mbrlen.m4, m4/mbrtowc.m4:
Remove ineffective coding: strings.
---
 ChangeLog     | 4 ++++
 m4/fnmatch.m4 | 2 +-
 m4/fpieee.m4  | 2 +-
 m4/mbrlen.m4  | 2 +-
 m4/mbrtowc.m4 | 2 +-
 5 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 00a963d179..eb7df14aea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2024-07-28  Paul Eggert  <egg...@cs.ucla.edu>
 
+       maint: remove coding: that did not work
+       * m4/fnmatch.m4, m4/fpieee.m4, m4/mbrlen.m4, m4/mbrtowc.m4:
+       Remove ineffective coding: strings.
+
        std-gnu23: new module
        The plan is to update the c99 module to depend on std-gnu23
        instead of on std-gnu11, and to make std-gnu11 obsolete.
diff --git a/m4/fnmatch.m4 b/m4/fnmatch.m4
index 6e45b8aa00..5a9e85976b 100644
--- a/m4/fnmatch.m4
+++ b/m4/fnmatch.m4
@@ -1,5 +1,5 @@
 # fnmatch.m4
-# serial 21  -*- coding: utf-8 -*-
+# serial 21
 dnl Copyright (C) 2000-2007, 2009-2024 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
diff --git a/m4/fpieee.m4 b/m4/fpieee.m4
index 665543d0ed..086d51ddf5 100644
--- a/m4/fpieee.m4
+++ b/m4/fpieee.m4
@@ -1,5 +1,5 @@
 # fpieee.m4
-# serial 2  -*- coding: utf-8 -*-
+# serial 2
 dnl Copyright (C) 2007, 2009-2024 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
diff --git a/m4/mbrlen.m4 b/m4/mbrlen.m4
index fd37fe98fb..f7fad22d67 100644
--- a/m4/mbrlen.m4
+++ b/m4/mbrlen.m4
@@ -1,5 +1,5 @@
 # mbrlen.m4
-# serial 12  -*- coding: utf-8 -*-
+# serial 12
 dnl Copyright (C) 2008, 2010-2024 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
diff --git a/m4/mbrtowc.m4 b/m4/mbrtowc.m4
index 62c4fdb348..4ea8184049 100644
--- a/m4/mbrtowc.m4
+++ b/m4/mbrtowc.m4
@@ -1,5 +1,5 @@
 # mbrtowc.m4
-# serial 44  -*- coding: utf-8 -*-
+# serial 44
 dnl Copyright (C) 2001-2002, 2004-2005, 2008-2024 Free Software Foundation,
 dnl Inc.
 dnl This file is free software; the Free Software Foundation
-- 
2.45.2


Reply via email to