1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00
emacs/lisp/gnus
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
..
.dir-locals.el
auth-source.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
canlock.el Fix minor quoting problems in doc strings 2015-05-19 15:01:16 -07:00
ChangeLog.1
ChangeLog.2 ; Use proper accents in Peter von der Ahé’s name 2015-09-16 22:43:33 -07:00
ChangeLog.3 Rename ChangeLogs for gitlog-to-changelog 2015-04-07 00:00:06 -07:00
compface.el
deuglify.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
ecomplete.el
flow-fill.el
gmm-utils.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
gnus-agent.el Quoting fixes in Gnus 2015-08-31 13:07:00 -07:00
gnus-art.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
gnus-async.el Replace instances of "(eval-when-compile (autoload ...))" 2015-05-04 20:38:16 -04:00
gnus-bcklg.el
gnus-bookmark.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
gnus-cache.el
gnus-cite.el [Gnus]: Use overlay functions directly 2015-08-19 09:06:40 +00:00
gnus-cloud.el
gnus-cus.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
gnus-delay.el
gnus-demon.el
gnus-diary.el
gnus-dired.el
gnus-draft.el
gnus-dup.el
gnus-eform.el Quoting fixes in Gnus 2015-08-31 13:07:00 -07:00
gnus-ems.el
gnus-fun.el Quoting fixes in Gnus 2015-08-31 13:07:00 -07:00
gnus-gravatar.el
gnus-group.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
gnus-html.el [Gnus]: Use overlay functions directly 2015-08-19 09:06:40 +00:00
gnus-icalendar.el
gnus-int.el Go back to grave quoting in Gnus 2015-08-25 19:00:21 -07:00
gnus-kill.el
gnus-logic.el
gnus-mh.el
gnus-ml.el
gnus-mlspl.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
gnus-msg.el lisp/gnus/gnus-msg.el (gnus-msg-mail): Buffer-local warning fix (bug#19573) 2015-02-13 08:16:39 +00:00
gnus-notifications.el lisp/gnus/gnus-notifications.el (gnus-notifications-action): Replace x-focus-frame kludge by calling gnus-select-frame-set-input-focus 2015-03-08 22:45:06 +00:00
gnus-picon.el
gnus-range.el
gnus-registry.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
gnus-salt.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
gnus-score.el Go back to grave quoting in Gnus 2015-08-25 19:00:21 -07:00
gnus-sieve.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
gnus-spec.el
gnus-srvr.el
gnus-start.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
gnus-sum.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
gnus-sync.el Replace instances of "(eval-when-compile (autoload ...))" 2015-05-04 20:38:16 -04:00
gnus-topic.el Quoting fixes in Gnus 2015-08-31 13:07:00 -07:00
gnus-undo.el
gnus-util.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
gnus-uu.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
gnus-vm.el
gnus-win.el
gnus.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
gravatar.el
gssapi.el
html2text.el
ietf-drums.el
legacy-gnus-agent.el Go back to grave quoting in Gnus 2015-08-25 19:00:21 -07:00
mail-parse.el
mail-prsvr.el
mail-source.el mail-source.el: Make the imap mail-source's :mailbox handle a list 2015-09-06 12:59:30 +00:00
mailcap.el lisp/gnus/mailcap.el: Support PDF Tools for PDF viewing of attachments 2015-02-23 09:36:06 +00:00
message.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
messcompat.el
mm-archive.el Replace instances of "(eval-when-compile (autoload ...))" 2015-05-04 20:38:16 -04:00
mm-bodies.el
mm-decode.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
mm-encode.el
mm-extern.el
mm-partial.el
mm-url.el
mm-util.el Replace instances of "(eval-when-compile (autoload ...))" 2015-05-04 20:38:16 -04:00
mm-uu.el ; Use proper accents in Peter von der Ahé’s name 2015-09-16 22:43:33 -07:00
mm-view.el * lisp/gnus/mm-view.el (epg-decrypt-string): Autoload. 2015-05-04 20:34:09 -04:00
mml-sec.el
mml-smime.el Quoting fixes in Gnus 2015-08-31 13:07:00 -07:00
mml.el Function declaration updates prompted by 'make check-declare' 2015-04-30 20:06:15 -04:00
mml1991.el
mml2015.el
nnagent.el
nnbabyl.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
nndiary.el Escape ` and ' in doc 2015-09-01 18:23:21 -07:00
nndir.el
nndoc.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
nndraft.el
nneething.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
nnfolder.el
nngateway.el
nnheader.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
nnimap.el nnimap.el: Handle nil arg to nnimap-request-group 2015-09-06 12:47:43 +00:00
nnir.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
nnmail.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
nnmaildir.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
nnmairix.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
nnmbox.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
nnmh.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
nnml.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
nnnil.el
nnoo.el
nnregistry.el
nnrss.el Function declaration updates prompted by 'make check-declare' 2015-04-30 20:06:15 -04:00
nnspool.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
nntp.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
nnvirtual.el
nnweb.el
plstore.el plstore.el: Don't cache wrong passphrase 2015-03-31 10:14:13 +09:00
pop3.el Don't quote symbols 'like-this' in docstrings etc. 2015-08-20 17:34:57 -07:00
qp.el
registry.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
rfc1843.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
rfc2045.el
rfc2047.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
rfc2231.el Quoting fixes in Gnus 2015-08-31 13:07:00 -07:00
rtree.el Fix typo in previous rtree change 2015-04-05 23:33:22 -07:00
score-mode.el
sieve-manage.el
sieve-mode.el sieve-mode: support "body" test command 2015-07-19 00:11:02 +00:00
sieve.el [Gnus]: Use overlay functions directly 2015-08-19 09:06:40 +00:00
smiley.el
smime.el Fix minor quoting problems in doc strings 2015-05-28 00:22:03 -07:00
spam-report.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
spam-stat.el
spam-wash.el
spam.el Go back to grave quoting in Gnus 2015-08-25 19:00:21 -07:00
starttls.el
utf7.el
yenc.el