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 311d131 commit bdb3641Copy full SHA for bdb3641
1 file changed
diff-hl.el
@@ -762,8 +762,9 @@ Return a list of line overlays used."
762
((eq (process-status proc) 'signal))
763
;; If a process is running, set the sentinel.
764
((eq (process-status proc) 'run)
765
- (set-process-sentinel
766
- proc
+ (add-function
+ :after
767
+ (process-sentinel proc)
768
(lambda (proc _status)
769
;; Delegate to the parent cond for decision logic.
770
(diff-hl--when-done buffer get-value callback proc))))
0 commit comments