emacs-devel
[Top][All Lists]
Advanced

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

Re: CC Mode 5.30


From: Martin Stjernholm
Subject: Re: CC Mode 5.30
Date: Fri, 04 Jul 2003 13:05:16 +0200
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/20.7 (gnu/linux)

David Ponce <address@hidden> wrote:

> It seems that `c-emacs-features' was an auto-loaded definition in
> previous version of cc-vars.el (1.29).

True. That was removed since several functions in CC Mode now is used
to compute the value of that variable, so the initialization can't be
copied into loaddefs.el.

I've instead removed the dependency on c-emacs-features in
generic-x.el. It was only used to detect whether a syntax table should
be populated in the Emacs or the XEmacs way, which is obvious anyway
in this case.

If other packages use it (a grep-find through the Emacs tree didn't
reveal any), they have to do (require 'cc-vars) first.




reply via email to

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