We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7921811 commit 25d4bf4Copy full SHA for 25d4bf4
lisp/subr.el
@@ -4623,7 +4623,7 @@ This function is called directly from the C code."
4623
byte-compile-current-file
4624
byte-compile-root-dir)))
4625
(byte-compile-warn "%s" msg)))
4626
- (noninteractive (funcall fun)) ;; No timer will be run!
+ (noninteractive (funcall fun msg)) ;; No timer will be run!
4627
(t (run-with-idle-timer 0 nil fun msg))))))
4628
4629
;; Finally, run any other hook.
0 commit comments