2024-07-28 Paul Eggert <eggert@cs.ucla.edu>
+ maint: remove ‘coding: utf-8’ on ASCII
+ These days, ‘coding: utf-8’ tags aren’t needed in general,
+ as Emacs typically defaults to UTF-8, and Emacs itself now
+ has many untagged source files in UTF-8. However, for now let’s
+ just remove the tags when they are on ASCII files.
+ * lib/md5-stream.c, lib/sha1-stream.c, lib/sha256-stream.c:
+ * lib/sm3-stream.c: Remove unnecessary coding: lines.
+
maint: remove coding: that did not work
* m4/fnmatch.m4, m4/fpieee.m4, m4/mbrlen.m4, m4/mbrtowc.m4:
Remove ineffective coding: strings.
return shaxxx_stream (stream, "sha224", resblock, SHA224_DIGEST_SIZE,
sha224_init_ctx, sha224_finish_ctx);
}
-
-/*
- * Hey Emacs!
- * Local Variables:
- * coding: utf-8
- * End:
- */