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: Glenn Morris
Subject: bug#17463: 24.3.90; invoking c-mode always loads `cl'
Date: Sun, 11 May 2014 16:08:27 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Glenn Morris wrote:

> Shigeru Fukaya wrote:
>
>> 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)

Anyway, I don't think that's the real cause.

emacs -Q -f c-mode

is not supposed to load cc-langs, yet it does since 24.3.





reply via email to

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