Skip to content

Commit

Permalink
fix: Upstream API changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jun 29, 2024
1 parent 11f34ab commit 4147f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sideline-flycheck.el
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Argument COMMAND is required in sideline backend."

(defun sideline-flycheck--show (&optional buffer)
"Display ERRORS in BUFFER, using sideline library."
(sideline--with-buffer (or buffer (current-buffer))
(sideline--with-buffer-window (or buffer (current-buffer))
(when-let ((sideline-mode)
(errors (sideline-flycheck--get-errors))
(sideline-flycheck--callback) ; Make sure callback exists
Expand Down

0 comments on commit 4147f27

Please sign in to comment.