From: Eli Zaretskii Date: Fri, 2 May 2025 05:59:14 +0000 (+0300) Subject: ; * lisp/progmodes/cc-fonts.el (cl-delete-duplicates): Declare. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ebd6ee6c103ded40738a00433d0dfded80d64e34;p=emacs.git ; * lisp/progmodes/cc-fonts.el (cl-delete-duplicates): Declare. (cherry picked from commit 3f8f738d1d6b583415aa5d5584299794838316ca) --- diff --git a/lisp/progmodes/cc-fonts.el b/lisp/progmodes/cc-fonts.el index eca249ee2f6..976eff53cd6 100644 --- a/lisp/progmodes/cc-fonts.el +++ b/lisp/progmodes/cc-fonts.el @@ -86,6 +86,7 @@ (cc-bytecomp-defvar parse-sexp-lookup-properties) ; Emacs only. (declare-function cl-set-difference "cl-seq" (cl-list1 cl-list2 &rest cl-keys)) +(declare-function cl-delete-duplicates "cl-seq" (seq &rest cl-keys)) ;; Need to declare these local symbols during compilation since ;; they're referenced from lambdas in `byte-compile' calls that are