summaryrefslogtreecommitdiff
path: root/phpinspect-pipeline.el
diff options
context:
space:
mode:
authorHugo Thunnissen <devel@hugot.nl>2023-08-15 18:26:12 +0200
committerHugo Thunnissen <devel@hugot.nl>2023-08-15 18:26:12 +0200
commit84ddaf1dc2ea250cff363a09a240925dc68dc3b3 (patch)
treeb84465714cf83526f3c6f677f9d91d7a3e3524e6 /phpinspect-pipeline.el
parentf1e4a5be7d96d8fe796d8c401404dd322d26e6ab (diff)
Fix all byte compilation warnings and errors (for real this time (probably))
Diffstat (limited to 'phpinspect-pipeline.el')
-rw-r--r--phpinspect-pipeline.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpinspect-pipeline.el b/phpinspect-pipeline.el
index 6084c65..d13c667 100644
--- a/phpinspect-pipeline.el
+++ b/phpinspect-pipeline.el
@@ -129,7 +129,7 @@ directories."
(define-inline phpinspect-pipeline-pause ()
"Pause the current pipeline thread"
(inline-quote
- (if (input-pending-p)
+ (if (phpinspect--input-pending-p)
(let ((mx (make-mutex)))
(phpinspect-thread-pause
phpinspect-pipeline-pause-time mx (make-condition-variable mx "phpinspect-pipeline-pause")))