]> git.eshelyaron.com Git - emacs.git/commit
Simplify expression in byte-code decompiler
authorMattias Engdegård <mattiase@acm.org>
Fri, 12 Feb 2021 18:43:41 +0000 (19:43 +0100)
committerMattias Engdegård <mattiase@acm.org>
Fri, 12 Feb 2021 19:52:05 +0000 (20:52 +0100)
commit9518926220943d5c405e03d7352343341e07ba83
treed57d17d114dc46f7730e7e7d09d4e51a92881bd0
parent5a11e9185c0416df8fa3a15bb0d60b6ba6827869
Simplify expression in byte-code decompiler

* lisp/emacs-lisp/byte-opt.el (byte-decompile-bytecode-1):
Replace roundabout expression with what it essentially does.
lisp/emacs-lisp/byte-opt.el