]> git.eshelyaron.com Git - emacs.git/commit
Byte compile cond clauses without any bodies correctly.
authorVibhav Pant <vibhavp@gmail.com>
Thu, 9 Mar 2017 18:39:58 +0000 (00:09 +0530)
committerVibhav Pant <vibhavp@gmail.com>
Thu, 9 Mar 2017 18:52:35 +0000 (00:22 +0530)
commit092071345f265efcd3abd6de01552ebe95ffb9a1
treef7a304a37159799fd28b8a394f31fed76f9c3d4a
parent37b88d7b92ba77a771ce0dbff940b3dec1a366c5
Byte compile cond clauses without any bodies correctly.

* lisp/emacs-lisp/bytecomp.el (byte-compile-cond-jump-table): When a
cond clause has no body, push t on to the stack.
lisp/emacs-lisp/bytecomp.el