emacs/lisp/erc
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 ; ChangeLog fixes 2015-04-17 13:48:00 -04:00
ChangeLog.2 ; ChangeLog fixes 2015-04-17 13:48:00 -04:00
erc-autoaway.el Quoting fixes in ERC and Eshell 2015-08-31 15:10:37 -07:00
erc-backend.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
erc-button.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
erc-capab.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
erc-compat.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
erc-dcc.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
erc-desktop-notifications.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
erc-ezbounce.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
erc-fill.el Quoting fixes in ERC and Eshell 2015-08-31 15:10:37 -07:00
erc-goodies.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
erc-ibuffer.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
erc-identd.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
erc-imenu.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
erc-join.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
erc-lang.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
erc-list.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
erc-log.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
erc-match.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
erc-menu.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
erc-netsplit.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
erc-networks.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
erc-notify.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
erc-page.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
erc-pcomplete.el Don't quote nil and t in doc strings 2015-05-21 10:06:44 -07:00
erc-replace.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
erc-ring.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
erc-services.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
erc-sound.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
erc-speedbar.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
erc-spelling.el * lisp/textmodes/flyspell.el (flyspell-word): Defvar. 2015-02-13 22:45:18 -05:00
erc-stamp.el Make erc timestamps visible again 2015-05-25 16:45:36 +02:00
erc-track.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
erc-truncate.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
erc-xdcc.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
erc.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00