[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
- [PATCH] Don't quote symbols in defcustom types, Robert Pluim, 2022/06/14
- Re: [PATCH] Don't quote symbols in defcustom types,
Daniel Fleischer <=
- Re: [PATCH] Don't quote symbols in defcustom types, Robert Pluim, 2022/06/14
- Re: [PATCH] Don't quote symbols in defcustom types, Daniel Fleischer, 2022/06/14
- Re: [PATCH] Don't quote symbols in defcustom types, Ihor Radchenko, 2022/06/14
- Re: [PATCH] Don't quote symbols in defcustom types, Robert Pluim, 2022/06/14
- Re: [PATCH] Don't quote symbols in defcustom types, Ihor Radchenko, 2022/06/14
- Re: [PATCH] Don't quote symbols in defcustom types, Robert Pluim, 2022/06/14
- Re: [PATCH] Don't quote symbols in defcustom types, Ihor Radchenko, 2022/06/14