emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Don't quote symbols in defcustom types


From: Daniel Fleischer
Subject: Re: [PATCH] Don't quote symbols in defcustom types
Date: Tue, 14 Jun 2022 13:12:54 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (darwin)

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

[Prev in Thread] Current Thread [Next in Thread]