Skip to content

Commit 16d0c91

Browse files
committed
Fix compile warning
1 parent 1865787 commit 16d0c91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chatgpt.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333

3434
(require 'cl-lib)
3535
(require 'let-alist)
36+
(require 'subr-x)
3637

3738
(require 'openai)
3839
(require 'lv)
@@ -133,6 +134,7 @@
133134
;;
134135
;;; Externals
135136

137+
(declare-function string-pixel-width "ext:subr-x.el")
136138
(declare-function shr-string-pixel-width "ext:shr.el")
137139

138140
;;

0 commit comments

Comments
 (0)