mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
284c470ef7
This patch should not change behavior. It typically omits backslashes where they are redundant (e.g., in the string literal "^\$"). In a few places, insert backslashes where they make regular expressions clearer: e.g., replace "^\*" (equivalent to "^*") with "^\\*", which has the same effect as a regular expression. Also, use ‘\ %’ instead of ‘\%’ when avoiding confusion with SCCS IDs, and similarly use ‘\ $’ instead of ‘\$’ when avoiding confusion with RCS IDs, as that makes it clearer that the backslash is intended. |
||
---|---|---|
.. | ||
ChangeLog.1 | ||
ChangeLog.2 | ||
mh-acros.el | ||
mh-alias.el | ||
mh-buffers.el | ||
mh-comp.el | ||
mh-compat.el | ||
mh-e.el | ||
mh-folder.el | ||
mh-funcs.el | ||
mh-gnus.el | ||
mh-identity.el | ||
mh-inc.el | ||
mh-junk.el | ||
mh-letter.el | ||
mh-limit.el | ||
mh-mime.el | ||
mh-print.el | ||
mh-scan.el | ||
mh-search.el | ||
mh-seq.el | ||
mh-show.el | ||
mh-speed.el | ||
mh-thread.el | ||
mh-tool-bar.el | ||
mh-utils.el | ||
mh-xface.el |