bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17463: 24.3.90; invoking c-mode always loads `cl'


From: Shigeru Fukaya
Subject: bug#17463: 24.3.90; invoking c-mode always loads `cl'
Date: Sun, 11 May 2014 22:49:25 +0900

c-mode loads `cc-langs' and it always, as it is execution time, loads `cl'.
I suspect in cc-langs

    (cc-external-require 'cl)

sholud be simply changed to

    (eval-when-compile 'cl)

as in cc-defs.


-- Shigeru





reply via email to

[Prev in Thread] Current Thread [Next in Thread]