[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Re: Strange code in derived.el.
From:
Stefan Monnier
Subject:
Re: Strange code in derived.el.
Date:
2005年6月10日 12:03:50 -0400
User-agent:
Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)
> changes on related things. Maybe you could explain the rationale
> behind the test so that I can take that into account when I'm fixing
> the derived modes?
The additional check is only relevant when compiling unbundled packages
(the bundled packages are never used with a different Emacs version).
So you shouldn't worry about it when modifying emacs/lisp/**/*.el files.
Stefan