• Paul Eggert's avatar
    Fix more regexp oddities · e71f1dda
    Paul Eggert authored
    Problems reported by Mattias Engdegård in:
    https://lists.gnu.org/archive/html/emacs-devel/2019-04/msg00178.html
    * lisp/progmodes/sh-script.el (sh-get-indent-info):
    Reorder skip-chars-forward arg so that it does not look like a regexp.
    * lisp/progmodes/verilog-mode.el (verilog-sk-define-signal):
    Fix typo: the string is not a regexp.
    * lisp/vc/log-edit.el (log-edit-goto-eoh): Fix typo: stray ‘:’.
    * lisp/xml.el (xml-parse-dtd): Avoid ‘-’ right after char class.
    e71f1dda
xml.el 39.2 KB