Skip to content

Commit

Permalink
fix compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jun 23, 2024
1 parent ec02ec6 commit b740b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jcs-echobar.el
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
(when echo-bar-mode
(dolist (ov echo-bar-overlays)
(when-let* ((str (overlay-get ov 'after-string))
(_ (string-match-p "\n" str))) ; if multilinek
((string-match-p "\n" str))) ; if multilinek
(message nil)))))

(defvar jcs-echobar--render nil)
Expand Down

0 comments on commit b740b89

Please sign in to comment.