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 3eefe68 commit 311d131Copy full SHA for 311d131
1 file changed
diff-hl.el
@@ -583,11 +583,6 @@ contents as they are (or would be) after applying the changes in NEW."
583
(setq old (cdr old)))
584
ref))
585
586
-(defun diff-hl-process-wait (buf)
587
- (let ((proc (get-buffer-process buf)))
588
- (while (process-live-p proc)
589
- (accept-process-output proc 0.01))))
590
-
591
(defun diff-hl-changes-from-buffer (buf)
592
(with-current-buffer buf
593
(let (res)
0 commit comments