; Avoid byte-compiler warning in cc-fonts.el.
This commit is contained in:
parent
9186be20ae
commit
6a8338a8bc
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@
|
||||||
|
|
||||||
(cc-bytecomp-defvar parse-sexp-lookup-properties) ; Emacs only.
|
(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
|
;; Need to declare these local symbols during compilation since
|
||||||
;; they're referenced from lambdas in `byte-compile' calls that are
|
;; they're referenced from lambdas in `byte-compile' calls that are
|
||||||
;; executed at compile time. They don't need to have the proper
|
;; executed at compile time. They don't need to have the proper
|
||||||
|
|
Loading…
Add table
Reference in a new issue