all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#17463: 24.3.90; invoking c-mode always loads `cl'
@ 2014-05-11 13:49 Shigeru Fukaya
  2014-05-11 18:18 ` Glenn Morris
  2014-09-10 21:50 ` Alan Mackenzie
  0 siblings, 2 replies; 7+ messages in thread
From: Shigeru Fukaya @ 2014-05-11 13:49 UTC (permalink / raw)
  To: 17463


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





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-09-10 21:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-11 13:49 bug#17463: 24.3.90; invoking c-mode always loads `cl' Shigeru Fukaya
2014-05-11 18:18 ` Glenn Morris
2014-05-11 20:08   ` Glenn Morris
2014-05-11 20:27     ` Shigeru Fukaya
2014-05-13 17:59       ` Glenn Morris
2014-06-14 23:54         ` Glenn Morris
2014-09-10 21:50 ` Alan Mackenzie

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.