emacs/lisp/cedet/semantic
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
..
analyze Update copyright year to 2020 2020-01-01 00:59:52 +00:00
bovine Update copyright year to 2020 2020-01-01 00:59:52 +00:00
decorate Update copyright year to 2020 2020-01-01 00:59:52 +00:00
symref Update copyright year to 2020 2020-01-01 00:59:52 +00:00
wisent Update copyright year to 2020 2020-01-01 00:59:52 +00:00
analyze.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
bovine.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
chart.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
complete.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
db-debug.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
db-ebrowse.el Merge from origin/emacs-27 2020-01-01 01:08:16 +00:00
db-el.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
db-file.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
db-find.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
db-global.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
db-javascript.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
db-mode.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
db-ref.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
db-typecache.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
db.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
debug.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
decorate.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
dep.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
doc.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ede-grammar.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
edit.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
format.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
fw.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
grammar-wy.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
grammar.el Add and remove backslashes in regexps 2020-02-20 16:03:30 +01:00
html.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ia-sb.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
ia.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
idle.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
imenu.el Replace add-hook load-hook with with-eval-after-load 2020-01-16 21:21:29 -08:00
java.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
lex-spp.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
lex.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
mru-bookmark.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
sb.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
scope.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
senator.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
sort.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
symref.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
tag-file.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
tag-ls.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
tag-write.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
tag.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
util-modes.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
util.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00
wisent.el Update copyright year to 2020 2020-01-01 00:59:52 +00:00