Steve,
Did this get applied?
greg
>>>> "gk" == Greg Klanderman
<greg(a)alphatech.com> writes:
gk>
gk> Bitten while browsing the customize menus...
gk>
gk> Reversing the sense and renaming this `paren-activate-on-load'
gk> would avoid a confusing double negative. I sat and looked at
gk> this for far too many seconds thinking "but it's already
`nil'"...
gk>
gk> greg
gk>
gk>
gk>
gk> 1998-03-15 Greg Klanderman <greg(a)alphatech.com>
gk>
gk> * mic-paren.el (paren-dont-activate-on-load): default to t.
gk>
gk>
gk> ---
../.backups/mic-paren.el!!!proj!mstar!software!xemacs!xemacs-20.5!packages!lisp!edit-utils!.~1~ Wed
Feb 4 04:41:57 1998
gk> +++ lisp/edit-utils/mic-paren.el Sun Mar 15 18:16:17 1998
gk> @@ -181,7 +181,7 @@
gk>
gk> ;;; ------------------------------
gk>
gk> -(defvar paren-dont-activate-on-load nil
gk> +(defvar paren-dont-activate-on-load t
gk> "*If non-nil mic-paren will not activate itself when loaded.")
gk>
gk> ;;; ------------------------------
gk>