mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 21:20:45 -08:00
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. |
||
|---|---|---|
| .. | ||
| binhex.el | ||
| blessmail.el | ||
| emacsbug.el | ||
| feedmail.el | ||
| flow-fill.el | ||
| footnote.el | ||
| hashcash.el | ||
| ietf-drums.el | ||
| mail-extr.el | ||
| mail-hist.el | ||
| mail-parse.el | ||
| mail-prsvr.el | ||
| mail-utils.el | ||
| mailabbrev.el | ||
| mailalias.el | ||
| mailclient.el | ||
| mailheader.el | ||
| metamail.el | ||
| mspools.el | ||
| qp.el | ||
| reporter.el | ||
| rfc822.el | ||
| rfc2045.el | ||
| rfc2047.el | ||
| rfc2231.el | ||
| rfc2368.el | ||
| rmail-spam-filter.el | ||
| rmail.el | ||
| rmailedit.el | ||
| rmailkwd.el | ||
| rmailmm.el | ||
| rmailmsc.el | ||
| rmailout.el | ||
| rmailsort.el | ||
| rmailsum.el | ||
| sendmail.el | ||
| smtpmail.el | ||
| supercite.el | ||
| uce.el | ||
| undigest.el | ||
| unrmail.el | ||
| uudecode.el | ||
| yenc.el | ||