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:
parent
f00962112e
commit
9a737a1f15
@ -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.
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user