1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00
emacs/lisp/net
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
..
ange-ftp.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
browse-url.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
dbus.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
dig.el
dns.el
eudc-bob.el
eudc-export.el
eudc-hotlist.el
eudc-vars.el
eudc.el
eudcb-bbdb.el
eudcb-ldap.el
eudcb-mab.el
eudcb-ph.el
eww.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
gnutls.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
goto-addr.el
hmac-def.el
hmac-md5.el
imap.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
ldap.el
mairix.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
net-utils.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
netrc.el
network-stream.el
newst-backend.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
newst-plainview.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
newst-reader.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
newst-ticker.el
newst-treeview.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
newsticker.el
nsm.el More-conservative ‘format’ quote restyling 2015-08-23 22:39:06 -07:00
ntlm.el Bump version of ntlm.el to 2.00 2015-09-06 22:53:56 -04:00
pinentry.el
quickurl.el
rcirc.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
rfc2104.el
rlogin.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
sasl-cram.el
sasl-digest.el
sasl-ntlm.el
sasl-scram-rfc.el
sasl.el
secrets.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
shr-color.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
shr.el
snmp-mode.el
soap-client.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
soap-inspect.el
socks.el
telnet.el
tls.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
tramp-adb.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
tramp-cache.el * lisp/net/tramp-cache.el (top): Use message' but format-message'. 2015-08-26 10:32:02 +02:00
tramp-cmds.el
tramp-compat.el ; * tramp-compat.el: Remove superfluous comment; formatting 2015-08-26 10:33:11 +02:00
tramp-ftp.el
tramp-gvfs.el Introduce `file-notify-valid-p' 2015-09-13 21:16:40 +02:00
tramp-gw.el Go back to grave quoting in Tramp 2015-08-25 19:00:21 -07:00
tramp-sh.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
tramp-smb.el Introduce `file-notify-valid-p' 2015-09-13 21:16:40 +02:00
tramp-uu.el
tramp.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
trampver.el
webjump.el
zeroconf.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00