Files
emacs/test/lisp/emacs-lisp
Mattias Engdegård 493fde95be Optimise (cond) => nil at source level
* lisp/emacs-lisp/byte-opt.el (byte-optimize-cond):
Optimise clause-free `cond`, which can arise from earlier
transformations.  This enables further optimisations.
* test/lisp/emacs-lisp/bytecomp-tests.el (bytecomp-tests--test-cases):
Add test cases.
2021-11-02 22:46:20 +01:00
..
2021-10-19 21:59:41 +02:00
2021-09-26 14:55:19 +02:00