* lisp/progmodes/cc-langs.el: Silence compiler.
This commit is contained in:
parent
7a00aa0222
commit
cc8bc2a272
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue