~manuel-uberti/flymake-proselint

36b575c4db4ab9e27dae5a08955a6d1237ac1add — Manuel Uberti 1 year, 10 months ago 3a475ee
Use source instead of process buffer
1 files changed, 1 insertions(+), 1 deletions(-)

M flymake-proselint.el
M flymake-proselint.el => flymake-proselint.el +1 -1
@@ 287,7 287,7 @@ Flymake diagnostic objects."
  "Sentinel on PROC for handling Proselint response.
A successfully parsed message is passed onto the function
`flymake-proselint-sentinel-1' for further handling."
  (let ((buffer (process-buffer proc)))
  (let ((buffer (process-get proc 'source)))
    (when (buffer-live-p buffer)
      (pcase (process-status proc)
        ('exit