1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00
emacs/lisp/textmodes
Mattias Engdegård 8832cc5f91 Fix some ineffective backslashes in string literals
Deal with lone backslashes that have no effect in string literals,
but indicate that something is amiss.

* lisp/auth-source-pass.el (auth-source-pass-entries):
* lisp/textmodes/artist.el (artist-figlet-get-font-list-windows):
* lisp/org/ob-abc.el (org-babel-expand-body:abc, org-babel-execute:abc):
* lisp/org/ob-forth.el (org-babel-forth-session-execute):
* lisp/vc/vc-git.el (vc-git--program-version):
Add backslash in regexp for correctness.

* lisp/gnus/nnmail.el (nnmail-split-abbrev-alist):
Replace `\||' with `\\|' to follow the obvious regexp intent.

* lisp/org/org-list.el (org-plain-list-ordered-item-terminator):
Add backslash in doc comment so that it appears as intended.

* lisp/progmodes/cc-engine.el (c-forward-decl-or-cast-1, c-end-of-decl-1):
* lisp/progmodes/f90.el (f90-font-lock-keywords-2):
* lisp/progmodes/etags.el (etags-tags-completion-table):
* lisp/progmodes/ruby-mode.el (ruby-syntax-propertize):
* test/lisp/emacs-lisp/cl-print-tests.el (cl-print-tests-1):
Remove superfluous backslashes from regexp.

* test/lisp/emacs-lisp/rx-tests.el (rx-char-any):
Remove superfluous backslash from doc comment.
2019-03-16 11:38:58 -07:00
..
artist.el Fix some ineffective backslashes in string literals 2019-03-16 11:38:58 -07:00
bib-mode.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
bibtex-style.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
bibtex.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
conf-mode.el Use lexical binding for conf-mode 2019-02-15 10:38:11 +02:00
css-mode.el Speed up loading css-mode 2019-01-08 05:16:03 +08:00
dns-mode.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
enriched.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
fill.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
flyspell.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
ispell.el Improve ispell.el diagnostics if Hunspell dictionaries aren't found 2019-03-08 11:17:46 +02:00
less-css-mode.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
makeinfo.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
mhtml-mode.el Merge from origin/emacs-26 2019-01-07 11:51:38 -08:00
nroff-mode.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
page-ext.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
page.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
paragraphs.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
picture.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
po.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
refbib.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
refer.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
refill.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
reftex-auc.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
reftex-cite.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
reftex-dcr.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
reftex-global.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
reftex-index.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
reftex-parse.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
reftex-ref.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
reftex-sel.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
reftex-toc.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
reftex-vars.el ; Improve matching of key-val labels yet more (bug#34629) 2019-03-09 07:48:34 +01:00
reftex.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
remember.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
rst.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
sgml-mode.el * lisp/textmodes/sgml-mode.el: Try and fix bug#33887. 2019-01-17 18:25:00 -05:00
table.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
tex-mode.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
texinfmt.el More regexp corrections and tweaks 2019-03-10 23:11:21 -07:00
texinfo.el Add dwim function for inserting @ref variants 2019-02-06 18:59:01 +01:00
texnfo-upd.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
text-mode.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
tildify.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
two-column.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
underline.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00