On Sun, 2005-10-09 at 21:33 +0200, Jérôme Marant wrote:
Adrian Aichner <adrian(a)xemacs.org> writes:
> The change from
>
>> -(defcustom sh-mode-hook nil
>> - "*Hook run by `sh-mode'."
>> -:type 'hook
>> -:group 'sh)
>>
>> -(defcustom sh-set-shell-hook nil
>> - "*Hook run by `sh-set-shell'."
>> -:type 'hook
>> -:group 'sh)
>
> to the following block changes the customization group from 'sh to
> 'sh-script.
>
>> +(defcustom sh-set-shell-hook nil
>> + "*Hook run by `sh-set-shell'."
>> +:type 'hook
>> +:group 'sh-script)
>> +
>> +(defcustom sh-mode-hook nil
>> + "*Hook run by `sh-mode'."
>> +:type 'hook
>> +:group 'sh-script)
>
> Is this incompatible change acceptable?
This change was made in 1999 and is undocumented BTW.
What shall be done?
My .02€: I don't think changing it would cause any real world problems,
and sh-script could look a bit better in the customization menu than sh.