Skip to content

Commit

Permalink
fix: compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Aug 24, 2024
1 parent 795673c commit 0994d4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sideline.el
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,8 @@

(defvar overflow-newline-into-fringe)

(declare-function string-pixel-width "subr-x.el") ; TODO: remove this after 29.1
(declare-function buffer-text-pixel-size "src/xdisp.c")

(declare-function shr-string-pixel-width "shr.el") ; TODO: remove this after 29.1

;;
Expand Down

0 comments on commit 0994d4d

Please sign in to comment.