Robert Pluim [2022-06-14 Tue 11:28] wrote:

> A couple of places in org main quoted symbols in defcustom types, but
> the type itself is already quoted, so thatʼs not necessary.

Is it harmful though?

> -          (const :tag "Overlays" 'overlays)
> -          (const :tag "Text properties" 'text-properties)))
> +          (const :tag "Overlays" overlays)
> +          (cnost :tag "Text properties" text-properties)))

Typo here `cnost`.

-- 

Daniel Fleischer

Reply via email to