1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00
emacs/lisp/cedet
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
..
ede Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
semantic Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
srecode Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
cedet-cscope.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cedet-files.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cedet-global.el Go back to grave quoting in source-code docstrings etc. 2015-09-07 16:09:27 -07:00
cedet-idutils.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
cedet.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00
ChangeLog.1 Rename ChangeLogs for gitlog-to-changelog 2015-04-07 00:00:06 -07:00
data-debug.el Don't quote symbols 'like-this' in docstrings etc. 2015-08-20 17:34:57 -07:00
ede.el Spelling fix (Bug#21420) 2015-09-05 16:38:56 -07:00
inversion.el Fix some more docstring etc. quoting problems 2015-09-03 15:32:54 -07:00
mode-local.el Backslash cleanup in Elisp source files 2015-09-17 16:09:39 -07:00
pulse.el Handle pulse-background being nil 2015-08-15 12:18:46 -05:00
semantic.el Don't overflow if computing approximate percentage 2015-07-31 10:13:38 -07:00
srecode.el Update copyright year to 2015 2015-01-01 14:26:41 -08:00