mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-11 09:20:51 +00:00
284c470ef7
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. |
||
---|---|---|
.. | ||
ChangeLog.1 | ||
url-about.el | ||
url-auth.el | ||
url-cache.el | ||
url-cid.el | ||
url-cookie.el | ||
url-dav.el | ||
url-dired.el | ||
url-domsuf.el | ||
url-expand.el | ||
url-file.el | ||
url-ftp.el | ||
url-future.el | ||
url-gw.el | ||
url-handlers.el | ||
url-history.el | ||
url-http.el | ||
url-imap.el | ||
url-irc.el | ||
url-ldap.el | ||
url-mailto.el | ||
url-methods.el | ||
url-misc.el | ||
url-news.el | ||
url-nfs.el | ||
url-ns.el | ||
url-parse.el | ||
url-privacy.el | ||
url-proxy.el | ||
url-queue.el | ||
url-tramp.el | ||
url-util.el | ||
url-vars.el | ||
url.el |