diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/cc-fonts.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/cc-fonts.el b/lisp/progmodes/cc-fonts.el index 405ffb9f1f3..c220d8d8789 100644 --- a/lisp/progmodes/cc-fonts.el +++ b/lisp/progmodes/cc-fonts.el @@ -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 |