From ab5611c25b92ca06238de3d0ae53226176c2ae0d Mon Sep 17 00:00:00 2001 From: Andrea Corallo Date: Tue, 19 Nov 2019 20:50:18 +0100 Subject: [PATCH] fix comp-propagate* --- lisp/emacs-lisp/comp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5