diff options
Diffstat (limited to 'lisp/progmodes/cc-langs.el')
-rw-r--r-- | lisp/progmodes/cc-langs.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index 6aeb70ba4e3..6a36f89c8d3 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el @@ -124,6 +124,9 @@ (cc-require 'cc-defs) (cc-require 'cc-vars) +;; This file is not always loaded. See note above. +(cc-external-require 'cl) + ;;; Setup for the `c-lang-defvar' system. |