emacs/lisp/cedet/srecode
Mattias Engdegård 8dc4034ed6 Add and remove backslashes in regexps
These irregularities were found by relint; see
https://lists.gnu.org/archive/html/emacs-devel/2020-01/msg00949.html .

* doc/lispref/modes.texi (Example Major Modes):
* etc/srecode/el.srt:
* lisp/cedet/data-debug.el (data-debug-mode):
* lisp/cedet/semantic/grammar.el (semantic-grammar-mode):
* lisp/cedet/srecode/srt-mode.el (srecode-template-mode):
* lisp/comint.el (comint--unquote&requote-argument):
* lisp/emacs-lisp/lisp-mode.el (lisp-mode):
* lisp/gnus/mm-uu.el (mm-uu-type-alist):
* lisp/progmodes/cc-awk.el (c-awk-harmless-pattern-characters*):
* lisp/progmodes/cfengine.el (cfengine-common-settings):
* lisp/progmodes/cperl-mode.el (cperl-after-sub-regexp, cperl-init-faces):
* lisp/shell.el (shell-chdrive-regexp, shell--unquote&requote-argument):
* lisp/textmodes/tex-mode.el (tex-common-initialization):
Remove duplicated backslashes in character alternatives.

* lisp/emacs-lisp/lisp-mode.el (lisp-el-font-lock-keywords-2):
* lisp/progmodes/opascal.el (opascal--syntax-propertize):
* lisp/progmodes/pascal.el (pascal--syntax-propertize):
Remove backslashes escaping non-special characters.

* lisp/progmodes/fortran.el (fortran-font-lock-keywords-3): Escape '*'.
* lisp/progmodes/perl-mode.el (perl-syntax-propertize-function):
Escape '^'.
2020-02-20 16:03:30 +01:00
..
args.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
compile.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
cpp.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ctxt.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
dictionary.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
document.el Merge from origin/emacs-27 2020-01-01 01:08:16 +00:00
el.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
expandproto.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
extract.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
fields.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
filters.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
find.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
getset.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
insert.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
java.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
map.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
semantic.el Fix some broken conditional forms 2020-01-04 11:18:13 -08:00
srt-mode.el Add and remove backslashes in regexps 2020-02-20 16:03:30 +01:00
srt.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
table.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
template.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
texi.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00