]> git.eshelyaron.com Git - emacs.git/commit
Move warnings about bad let-bindings from source optimiser to cconv
authorMattias Engdegård <mattiase@acm.org>
Thu, 29 Jul 2021 15:20:41 +0000 (17:20 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 30 Jul 2021 07:54:30 +0000 (09:54 +0200)
commitab9c06449df4c4c58d586573003de419199cc1be
treed06b4f3d6a700e7fc6e346ca8898b05a5c646c30
parentdc9e2a1749c892cdf52a01414bee97e9a2245ca5
Move warnings about bad let-bindings from source optimiser to cconv

* lisp/emacs-lisp/byte-opt.el (byte-optimize-let-form): Move warnings...
* lisp/emacs-lisp/cconv.el (cconv-convert): ...here, which is an
overall better place (closer to the front-end).
lisp/emacs-lisp/byte-opt.el
lisp/emacs-lisp/cconv.el