diff --git a/core/core-lib.el b/core/core-lib.el index 6bc55a105..e02c31abf 100644 --- a/core/core-lib.el +++ b/core/core-lib.el @@ -258,8 +258,7 @@ BODY is evaluated once TARGETS are loaded. TARGETS can either be: ,@forms) ((let ((inhibit-message t) (save-silently t)) - ,@forms - (message ""))))) + (prog1 ,@forms (message "")))))) (defmacro add-transient-hook! (hook-or-function &rest forms) "Attaches a self-removing function to HOOK-OR-FUNCTION.