]> git.eshelyaron.com Git - emacs.git/commit
ebnf2ps: eliminate double nreverse
authorMattias Engdegård <mattiase@acm.org>
Mon, 10 Apr 2023 13:07:24 +0000 (15:07 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 10 Apr 2023 13:12:01 +0000 (15:12 +0200)
commit119a7dd22084fe20da7b2fddd41a63870da89bda
tree42a4dca9b85615222363afd5c263eeae09035ef2
parentab8153b3bbafe2a06c0a4dffeab83448dc3e5600
ebnf2ps: eliminate double nreverse

* lisp/progmodes/ebnf-otz.el (ebnf-split-suffix): Simplify code that
relied on a rather inobvious in-place reversal of a list twice for
correctness, silencing a byte-compiler warning.
lisp/progmodes/ebnf-otz.el