[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug#73812: 30.0.91; ERC 5.6.0.30.1: Customizing erc-modules loads ER
From: |
Eli Zaretskii |
Subject: |
Re: bug#73812: 30.0.91; ERC 5.6.0.30.1: Customizing erc-modules loads ERC when starting Emacs |
Date: |
Tue, 15 Oct 2024 15:07:36 +0300 |
> Cc: emacs-erc@gnu.org, Eli Zaretskii <eliz@gnu.org>
> From: "J.P." <jp@neverwas.me>
> Date: Mon, 14 Oct 2024 19:57:00 -0700
>
> >From emacs -Q
>
> 1. $ mkdir /tmp/fake-home
> 2. $ echo "(custom-set-variables '(erc-modules ()))" > /tmp/fake-home/.emacs
> 3. $ HOME=/tmp/fake-home ./src/emacs
> 4. M-: (featurep 'erc) RET
>
> Eli, can we add this patch to the release branch? It removes a single
> line containing an autoload cookie that's new in Emacs 30. (I'm running
> the check-expensive suite with the patch now.) Thanks.
Are we sure this doesn't break any customization scenarios? Why was
this line added in the first place? And why is it urgent to remove it
before Emacs 30 is released?