1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 00:31:01 -08:00
emacs/lisp/mail
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
..
binhex.el
blessmail.el
emacsbug.el Quoting fixes in lisp mail, mh-e, net, url 2015-08-31 12:56:10 -07:00
feedmail.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
footnote.el Fix byte-compiler warnings about looking-back. 2015-04-20 21:55:00 -04:00
hashcash.el
mail-extr.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
mail-hist.el
mail-utils.el Don't decrypt encrypted files. 2015-08-12 11:24:30 -04:00
mailabbrev.el ; * lisp/mail/mailabbrev.el: Comment. 2015-05-18 20:53:11 -04:00
mailalias.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
mailclient.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
mailheader.el
metamail.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
mspools.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
reporter.el
rfc822.el
rfc2368.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
rmail-spam-filter.el
rmail.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
rmailedit.el ; Comments. 2015-04-27 23:46:09 -07:00
rmailkwd.el
rmailmm.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
rmailmsc.el
rmailout.el Quoting fixes in lisp mail, mh-e, net, url 2015-08-31 12:56:10 -07:00
rmailsort.el
rmailsum.el * lisp/mail/rmailsum.el (rmail-summary-by-recipients) 2015-05-27 23:16:29 -07:00
sendmail.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
smtpmail.el
supercite.el Prefer "this" to “this” in doc strings 2015-05-19 19:08:52 -07:00
uce.el
undigest.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
unrmail.el
uudecode.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00