emacs/lisp/eshell
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
..
em-alias.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
em-banner.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
em-basic.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
em-cmpl.el PATH- and completion-related fixes in Eshell on MS-Windows 2015-04-29 20:52:02 +03:00
em-dirs.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
em-glob.el Fix several backslash typos in Elisp strings 2015-09-17 12:39:54 -07:00
em-hist.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
em-ls.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
em-pred.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
em-prompt.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
em-rebind.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
em-script.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
em-smart.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
em-term.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
em-tramp.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
em-unix.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
em-xtra.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
esh-arg.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
esh-cmd.el Quoting fixes in ERC and Eshell 2015-08-31 15:10:37 -07:00
esh-ext.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
esh-io.el Prefer directed to neutral quotes 2015-08-24 23:57:25 -07:00
esh-mode.el Bind inhibit-modification-hooks rather than a/b-c-f 2015-09-12 00:30:02 -04:00
esh-module.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
esh-opt.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
esh-proc.el Quoting fixes in ERC and Eshell 2015-08-31 15:10:37 -07:00
esh-util.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
esh-var.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
eshell.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00