1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 17:30:54 -08:00
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.2
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
erc-compat.el
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
erc-ezbounce.el
erc-fill.el Quoting fixes in ERC and Eshell 2015-08-31 15:10:37 -07:00
erc-goodies.el
erc-ibuffer.el
erc-identd.el
erc-imenu.el
erc-join.el
erc-lang.el
erc-list.el
erc-log.el
erc-match.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
erc-menu.el
erc-netsplit.el
erc-networks.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
erc-notify.el
erc-page.el
erc-pcomplete.el
erc-replace.el
erc-ring.el
erc-services.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
erc-sound.el
erc-speedbar.el
erc-spelling.el
erc-stamp.el
erc-track.el
erc-truncate.el
erc-xdcc.el
erc.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00