This is for these modes' defining symbols when native compiled.
* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Bind
defining-symbol to the mode's symbol at macro-expansion time.
(hook-on (intern (concat mode-name "-on-hook")))
(hook-off (intern (concat mode-name "-off-hook")))
(interactive t)
+;;;; NEW STOUGH, 2023-10-26
+ (defining-symbol mode)
+;;;; END OF NEW STOUGH
(warnwrap (if (or (null body) (keywordp (car body))) #'identity
(lambda (exp)
(macroexp-warn-and-return