1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-09 21:20:45 -08:00
emacs/lisp/mail
Paul Eggert 5d6a314475 2019-03-26 regex cleanup
Problems reported by Mattias Engdegård in:
https://lists.gnu.org/r/emacs-devel/2019-03/msg01028.html
* lisp/align.el (align-rules-list):
* lisp/speedbar.el (speedbar-check-read-only, speedbar-check-vc):
* lisp/vc/diff-mode.el (diff-add-change-log-entries-other-window):
* lisp/woman.el (woman-parse-numeric-arg):
Put "-" at end of character alternatives, since a range was not intended.
* lisp/erc/erc.el (font-lock):
* lisp/mail/footnote.el (cl-seq):
Avoid duplicate character alternatives by using cl-seq API.
* lisp/mail/footnote.el (footnote--current-regexp):
* lisp/textmodes/css-mode.el (css--font-lock-keywords):
Avoid repetition of repetition.
* lisp/net/webjump.el (webjump-url-encode):
Add ~ to character alternatives, and rewrite confusing range.
* lisp/progmodes/verilog-mode.el (verilog-compiler-directives)
(verilog-assignment-operator-re):
Remove duplicate.
* lisp/progmodes/verilog-mode.el (verilog-preprocessor-re):
* lisp/textmodes/css-mode.el (css--font-lock-keywords):
Don’t escape a char that doesn’t need it.
* lisp/textmodes/picture.el (picture-tab-chars): In docstring,
do not say regexp characters will be quoted; merely say in
another way that the syntax is that of character alternatives.
(picture-set-tab-stops, picture-tab-search): Don’t attempt
to regexp-quote picture-tab-chars.
(picture-tab-search): Quote \ in picture-tab-chars for
skip-chars-backwards, which treats \ differently than
regexp character alternatives do.
2019-03-26 19:07:21 -07:00
..
binhex.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
blessmail.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
emacsbug.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
feedmail.el Avoid some double-rounding of Lisp timestamps 2019-02-22 18:33:57 -08:00
flow-fill.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
footnote.el 2019-03-26 regex cleanup 2019-03-26 19:07:21 -07:00
hashcash.el * lisp/mail/hashcash.el (hashcash-insert-payment-async): Fix last change 2019-03-13 14:25:28 -04:00
ietf-drums.el Merge from origin/emacs-26 2019-02-20 12:07:22 -08:00
mail-extr.el Fix more regular expression typos 2019-03-18 17:02:29 -07:00
mail-hist.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
mail-parse.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
mail-prsvr.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
mail-utils.el Merge from origin/emacs-26 2019-02-20 12:07:22 -08:00
mailabbrev.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
mailalias.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
mailclient.el Update citations of Internet RFCs 2019-02-16 12:00:02 -08:00
mailheader.el Update citations of Internet RFCs 2019-02-16 12:00:02 -08:00
metamail.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
mspools.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
qp.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
reporter.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
rfc822.el Update citations of Internet RFCs 2019-02-16 12:00:02 -08:00
rfc2045.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
rfc2047.el Merge from origin/emacs-26 2019-02-20 12:07:22 -08:00
rfc2231.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
rfc2368.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
rmail-spam-filter.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
rmail.el Fix regular-expression glitches and typos 2019-03-04 18:00:58 -08:00
rmailedit.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
rmailkwd.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
rmailmm.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
rmailmsc.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
rmailout.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
rmailsort.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
rmailsum.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
sendmail.el Merge from origin/emacs-26 2019-02-20 12:07:22 -08:00
smtpmail.el Merge from origin/emacs-26 2019-02-20 12:07:22 -08:00
supercite.el Merge from origin/emacs-26 2019-02-20 12:07:22 -08:00
uce.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
undigest.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
unrmail.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
uudecode.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00
yenc.el Merge from origin/emacs-26 2018-12-31 17:57:29 -08:00