A minor mode defined by define-minor-mode does not get added to the customization group given. To show this evaluate this code:

(defgroup the-temp-group nil
  "doc string")
(define-minor-mode the-temp-mode nil
  "doc string"
  :group 'the-temp-group
  )
(defcustom temp-var nil
  "doc string"
  :group 'the-temp-group)
(customize-group 'the-temp-group)



In GNU Emacs 22.0.95.1 (i386-mingw-nt5.1.2600)
 of 2007-03-08


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to