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?
--
Jérôme Marant