]> git.eshelyaron.com Git - emacs.git/commit
Backout replacing manually crafted hex regexes with [:xdigit:].
authorWilson Snyder <wsnyder@wsnyder.org>
Sat, 6 Jul 2019 17:27:13 +0000 (13:27 -0400)
committerWilson Snyder <wsnyder@wsnyder.org>
Sat, 6 Jul 2019 17:27:13 +0000 (13:27 -0400)
commit3a00a56f4281d7f38c917abfac84349349ad42dd
tree3e5c27100200b57c8ebdffafe2a8a2d9da290485
parentc16a8fc180ad766fe7dd97af0bab99e3e4552690
Backout replacing manually crafted hex regexes with [:xdigit:].

* lisp/progmodes/verilog-mode.el (verilog-delay-re):
(verilog-type-font-keywords, verilog-read-always-signals-recurse):
(verilog-is-number): Backout replacing manually crafted hex regexes with
[:xdigit:] (Bug#36167).  This repairs Verilog-mode regressions;
Verilog-mode maintains back-compatibility with Emacsen before this syntax
was supported.
lisp/progmodes/verilog-mode.el