Skip to content

Commit 25d4bf4

Browse files
committed
* lisp/subr.el (do-after-load-evaluation): Fix thinko
1 parent 7921811 commit 25d4bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lisp/subr.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4623,7 +4623,7 @@ This function is called directly from the C code."
46234623
byte-compile-current-file
46244624
byte-compile-root-dir)))
46254625
(byte-compile-warn "%s" msg)))
4626-
(noninteractive (funcall fun)) ;; No timer will be run!
4626+
(noninteractive (funcall fun msg)) ;; No timer will be run!
46274627
(t (run-with-idle-timer 0 nil fun msg))))))
46284628

46294629
;; Finally, run any other hook.

0 commit comments

Comments
 (0)