1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
emacs/lisp/mh-e
Paul Eggert 284c470ef7 Backslash cleanup in Elisp source files
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.
2015-09-17 16:09:39 -07:00
..
ChangeLog.1 Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.2 ; ChangeLog fixes 2015-04-17 13:48:00 -04:00
mh-acros.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mh-alias.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
mh-buffers.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mh-comp.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
mh-compat.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
mh-e.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
mh-folder.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
mh-funcs.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mh-gnus.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mh-identity.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mh-inc.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mh-junk.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mh-letter.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
mh-limit.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mh-mime.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
mh-print.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mh-scan.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mh-search.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
mh-seq.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
mh-show.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mh-speed.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mh-thread.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mh-tool-bar.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
mh-utils.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
mh-xface.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00