]> git.eshelyaron.com Git - emacs.git/commitdiff
fix comp-propagate*
authorAndrea Corallo <akrl@sdf.org>
Tue, 19 Nov 2019 19:50:18 +0000 (20:50 +0100)
committerAndrea Corallo <akrl@sdf.org>
Wed, 1 Jan 2020 10:38:07 +0000 (11:38 +0100)
lisp/emacs-lisp/comp.el

index 7408034b93255c1f386f72195d614d33a9c523ac..2ee244077ba3f4a1231f73d8413266cdcc3f2e21 100644 (file)
@@ -1571,7 +1571,7 @@ Return t if something was changed."
                        do (comp-propagate-insn insn)
                        when (and (null modified) (not (equal insn orig-insn)))
                          do (setf modified t))
-           finally (cl-return modified)))
+           finally return modified))
 
 (defun comp-propagate (_)
   (maphash (lambda (_ f)