emacs-devel
[Top][All Lists]
Advanced

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

Re: reftex.el autoloads


From: Phillip Lord
Subject: Re: reftex.el autoloads
Date: Thu, 10 Dec 2015 22:07:47 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Paul Eggert <address@hidden> writes:

> On 12/10/2015 08:28 AM, Eli Zaretskii wrote:
>> You mean, for the bisect script?  Just "git checkout" the offending
>> file after the build, that's all.
>
> It would be nice if the build procedure didn't mangle source files in this
> way, of course. (Not that I'm volunteering right now to fix this....).

As a quick guess, I would assume that changing all occurences of:

generated-autoload-file: "reftex.el"

to

generated-autoload-file: "reftex-loaddefs.el"

then adding

(require 'reftex-loaddefs)

to the end of reftex should do the job. Likewise, for the other
instances.

Phil




reply via email to

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