]> git.eshelyaron.com Git - emacs.git/commit
Use `ash` instead of `lsh` in verilog-mode (bug#56641)
authorMattias Engdegård <mattiase@acm.org>
Sat, 23 Jul 2022 10:29:35 +0000 (12:29 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sat, 23 Jul 2022 10:29:35 +0000 (12:29 +0200)
commit92892e5611c978f1473174f79b8a748d26ed37c6
treecc4c0b4be4086a6a78bfe7a1721e0ee081a8b11f
parent72a457e92e3b13b071b29afa8912a244843d04bc
Use `ash` instead of `lsh` in verilog-mode (bug#56641)

* lisp/progmodes/verilog-mode.el (verilog-simplify-range-expression):
Use `ash`; the result will be the same because the first argument is
nonnegative.
lisp/progmodes/verilog-mode.el