]> git.eshelyaron.com Git - emacs.git/commitdiff
fix comp-limplify-block for wrong cl func usage
authorAndrea Corallo <akrl@sdf.org>
Thu, 24 Oct 2019 13:03:03 +0000 (15:03 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:37:58 +0000 (11:37 +0100)
lisp/emacs-lisp/comp.el

index d9b0c184625b8c9cd42b6b7197aef0e72cd59eef..cf779179d709293b7fac63926b035778090a35b8 100644 (file)
@@ -1092,7 +1092,7 @@ The block name is returned."
            (when (and fall-through
                       (not (comp-block-closed bb)))
              (comp-emit `(jump ,next-bb))))
-         (return)))
+         (cl-return)))
    until (comp-lap-eob-p inst)))
 
 (defun comp-limplify-function (func)