Stefan Monnier wrote:
A minor mode defined by define-minor-mode does not get added to the
customization group given. To show this evaluate this code:
(define-minor-mode the-temp-mode nil
"doc string"
:group 'the-temp-group)
What would you want to be added to the group?
This only defines a buffer-local variable and a function.
Functions don't have a place in customization groups, and buffer-local
variables are not properly handled by Custom.
Ah, thanks. I kind of forgot that the minor mode variable is buffer local.
_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug