Luc Teirlinck <[EMAIL PROTECTED]> writes:
> After Lute's patch the define-minor-mode for `diff-minor-mode' would
> have to be given an explicit :group, or diff-minor-mode-hook would be
> moved from the diff-mode group (where it belongs) to the bogus
> diff-minor group (if I understood Lute's patch correctly). I am now
> convinced that there must be tons of other examples.
Please note that so far, I've installed just this patch:
2005-03-31 Lute Kamstra <[EMAIL PROTECTED]>
* emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
(define-minor-mode): Call custom-current-group at load-time.
Before this change, define-minor-mode set the default :group for
defcustom forms based on the mode name. After this change,
define-minor-mode first tries to use custom-current-group for the
default value of :group and falls back to the mode name if
custom-current-group fails.
rms didn't like this new behavior so the second patch I posted (and
did not install yet) merely changes the behavior of define-major-mode
back to the situation before 2005-03-31. So implying that my (second)
patch has big consequences is not really fair.
Lute.
_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug