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 14:18:25 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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)

It would be great if we were allowed to replace cc-bytecomp more
generally with standard syntax, as proposed in
http://debbugs.gnu.org/14496





reply via email to

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