On 20 Dec 2016 1:14 am, "Eli Zaretskii" wrote: > > > From: nitish chandra > > Date: Tue, 20 Dec 2016 00:52:27 +0530 > > > > I've a question about the code though. Why is the same variable defined in both lisp/ldefs-boot.el and > > lisp/mail/sendmail.el? I changed the default variable value in both the places. > > Auto-loaded symbols appear in loaddefs.el as well. ldefs-boot.el is > the version of loaddefs.el needed for bootstrapping Emacs (loaddefs.el > is a generated file, but you need Emacs to generate it). Oh. Cool. Then the code should be changed only in sendmail.el. Following is the new patch. Thanks Nitish