From: Andrea Corallo Date: Tue, 19 Nov 2019 19:50:18 +0000 (+0100) Subject: fix comp-propagate* X-Git-Tag: emacs-28.0.90~2727^2~969 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab5611c25b92ca06238de3d0ae53226176c2ae0d;p=emacs.git fix comp-propagate* --- diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 7408034b932..2ee244077ba 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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)