1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

Load cl here since cc-defs doesn't do it. This is necessary for

derived modes.
This commit is contained in:
Martin Stjernholm 2004-10-01 15:37:39 +00:00
parent f00962112e
commit 9a737a1f15
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
* progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
This is necessary for derived modes.
2004-09-30 Kim F. Storm <storm@cua.dk>
* kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.

View File

@ -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.