Arash Esbati <[email protected]> writes:

Hi Arash,

> @Tassilo: I wonder why the user option `font-latex-fontify-sectioning'
> uses this:
>
>  :initialize #'custom-initialize-default
>
> I.e., why using `set-default-toplevel-value'?  I'd say
> `custom-initialize-reset' (which is the default :initialize function)
> fits better, or am I missing something?

I have no idea.  Ralph Angeli changed it

-  :initialize (lambda (symbol value)
-               (set-default symbol (eval value)))
+  :initialize 'custom-initialize-default

in 2005.  Not sure if custom-initialize-reset already existed or was the
default initialize function back then...

Bye,
Tassilo

Reply via email to