emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 25d4bf4: * lisp/subr.el (do-after-load-evaluation): Fix thinko


From: Stefan Monnier
Subject: master 25d4bf4: * lisp/subr.el (do-after-load-evaluation): Fix thinko
Date: Wed, 27 Nov 2019 22:37:17 -0500 (EST)

branch: master
commit 25d4bf4fe0f0765f04404399b50cda91e827315e
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * lisp/subr.el (do-after-load-evaluation): Fix thinko
---
 lisp/subr.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/subr.el b/lisp/subr.el
index 7e8c4fc..c1614c2 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -4623,7 +4623,7 @@ This function is called directly from the C code."
                                        byte-compile-current-file
                                        byte-compile-root-dir)))
            (byte-compile-warn "%s" msg)))
-         (noninteractive (funcall fun)) ;; No timer will be run!
+         (noninteractive (funcall fun msg)) ;; No timer will be run!
         (t (run-with-idle-timer 0 nil fun msg))))))
 
   ;; Finally, run any other hook.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]