mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 10:28:09 +01:00
c454135376
Use `makefile-gmake-mode' instead of `makefile-mode' because the former also highlights ifdef et al. while the latter does not. "./Makefile.global" and one "Makefile.local" failed to specify any major mode at all but doing so is necessary because Emacs does not automatically figure out that these are Makefiles (of any flavor). |
||
---|---|---|
.. | ||
Makefile | ||
Makefile.local | ||
parse-time-string.c | ||
parse-time-string.h | ||
README |
PARSE TIME STRING ================= parse_time_string() is a date/time parser originally written for notmuch by Jani Nikula <jani@nikula.org>. However, there is nothing notmuch specific in it, and it should be kept reusable for other projects, and ready to be packaged on its own as needed. Please do not add dependencies on or references to anything notmuch specific. The parser should only depend on the C library.