diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-01-09 15:21:44 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-01-09 15:22:37 -0800 |
commit | 7668717d6fecd610d71b54a33708038b2ede8cce (patch) | |
tree | cb635acfc8273c0adf5ef567e57de345244eb76f /lib/md5.h | |
parent | 9e4d523427782ea4e49f4f13b2b99b09660516cc (diff) | |
download | emacs-7668717d6fecd610d71b54a33708038b2ede8cce.tar.gz emacs-7668717d6fecd610d71b54a33708038b2ede8cce.tar.bz2 emacs-7668717d6fecd610d71b54a33708038b2ede8cce.zip |
Merge from Gnulib
This incorporates:
2018-01-05 maint: Add encoding marker for Emacs to non-ASCII sources
2018-01-04 update-copyright: Handle use of ©
2018-01-04 pthread_sigmask: Avoid compilation error on mingw
2018-01-02 stat-time: silence -Wunused-parameter regression
* build-aux/config.guess, build-aux/config.sub:
* build-aux/update-copyright, doc/misc/texinfo.tex, lib/gnulib.mk.in:
* lib/md5.c, lib/md5.h, lib/sha1.c, lib/sha1.h, lib/sha256.c:
* lib/sha256.h, lib/sha512.c, lib/sha512.h, lib/signal.in.h:
* lib/stat-time.h: Copy from Gnulib, or regenerate.
Diffstat (limited to 'lib/md5.h')
-rw-r--r-- | lib/md5.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/md5.h b/lib/md5.h index 4adfcdd9cfd..d89f819a97b 100644 --- a/lib/md5.h +++ b/lib/md5.h @@ -133,3 +133,10 @@ extern int __md5_stream (FILE *stream, void *resblock) __THROW; # endif #endif /* md5.h */ + +/* + * Hey Emacs! + * Local Variables: + * coding: utf-8 + * End: + */ |