emacs-devel
[Top][All Lists]
Advanced

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

Re: master 40d67a3: * lisp/loadup.el ("cus-start"): Load it after loadde


From: Stefan Monnier
Subject: Re: master 40d67a3: * lisp/loadup.el ("cus-start"): Load it after loaddefs.el
Date: Mon, 13 Apr 2015 21:24:53 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>> --- a/lisp/loadup.el
>> +++ b/lisp/loadup.el
>> @@ -103,7 +103,6 @@
>> (load "bindings")
>> ;; This sets temporary-file-directory, used by eg
>> ;; auto-save-file-name-transforms in files.el.
> ^^^^^^^
> The above comment refers to cus-start, and was meant to indicate that
> cus-start should not be moved after files.

Hmm... According to files.el auto-save-file-name-transforms is
initialized with custom-initialize-delay, so its default value will be
(re)set when the dumped Emacs is started, at which point cus-start.el
has clearly been loaded.

Is the value of auto-save-file-name-transforms of importance during the
dumping process itself?


        Stefan



reply via email to

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