* lisp/subr.el (do-after-load-evaluation): Fix thinko
This commit is contained in:
parent
7921811726
commit
25d4bf4fe0
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue