]> git.eshelyaron.com Git - emacs.git/commitdiff
; Avoid byte-compiler warning in cc-fonts.el.
authorEli Zaretskii <eliz@gnu.org>
Wed, 18 Jan 2023 15:22:48 +0000 (17:22 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 18 Jan 2023 15:22:48 +0000 (17:22 +0200)
lisp/progmodes/cc-fonts.el

index 405ffb9f1f3076b7276ae7ff67b2e909b266d6e8..c220d8d8789ac69e97c41cdea46c6ca94e894f13 100644 (file)
@@ -85,6 +85,8 @@
 
 (cc-bytecomp-defvar parse-sexp-lookup-properties) ; Emacs only.
 
+(declare-function cl-set-difference "cl-seq" (cl-list1 cl-list2 &rest cl-keys))
+
 ;; Need to declare these local symbols during compilation since
 ;; they're referenced from lambdas in `byte-compile' calls that are
 ;; executed at compile time.  They don't need to have the proper