diff options
| author | Hugo Thunnissen <devel@hugot.nl> | 2023-08-15 18:26:12 +0200 |
|---|---|---|
| committer | Hugo Thunnissen <devel@hugot.nl> | 2023-08-15 18:26:12 +0200 |
| commit | 84ddaf1dc2ea250cff363a09a240925dc68dc3b3 (patch) | |
| tree | b84465714cf83526f3c6f677f9d91d7a3e3524e6 /phpinspect-pipeline.el | |
| parent | f1e4a5be7d96d8fe796d8c401404dd322d26e6ab (diff) | |
Fix all byte compilation warnings and errors (for real this time (probably))
Diffstat (limited to 'phpinspect-pipeline.el')
| -rw-r--r-- | phpinspect-pipeline.el | 2 |
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"))) |
