From: Glenn Morris Date: Fri, 23 Mar 2018 21:09:51 +0000 (-0400) Subject: * lisp/progmodes/cc-langs.el: Silence compiler. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c5595a1bf7f5ac6006c0a58395b58967106f6fef;p=emacs.git * lisp/progmodes/cc-langs.el: Silence compiler. --- diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index f1ef89a76ad..9913c6feb2b 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el @@ -208,9 +208,9 @@ the evaluated constant value at compile time." ;; Suppress "might not be defined at runtime" warning. ;; This file is only used when compiling other cc files. -;; These are defined in cl as aliases to the cl- versions. -;(declare-function delete-duplicates "cl-seq" (cl-seq &rest cl-keys) t) -;(declare-function mapcan "cl-extra" (cl-func cl-seq &rest cl-rest) t) +(declare-function cl-delete-duplicates "cl-seq" (cl-seq &rest cl-keys)) +(declare-function cl-intersection "cl-seq" (cl-list1 cl-list2 &rest cl-keys)) +(declare-function cl-set-difference "cl-seq" (cl-list1 cl-list2 &rest cl-keys)) (eval-and-compile ;; Some helper functions used when building the language constants.