# HG changeset patch # User Martin Stjernholm # Date 1096644950 0 # Node ID a35c512cab8c070ca3d40eb8fa5aae0c0c7f1c4a # Parent 4e4ef6960726bf2825052c84deca9a88d183d3d9 Load cl here since cc-defs doesn't do it. This is necessary for derived modes. diff -r 4e4ef6960726 -r a35c512cab8c lisp/progmodes/cc-langs.el --- a/lisp/progmodes/cc-langs.el Fri Oct 01 06:40:26 2004 +0000 +++ b/lisp/progmodes/cc-langs.el Fri Oct 01 15:35:50 2004 +0000 @@ -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.