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: Robert Pluim
Subject: Re: [PATCH] Don't quote symbols in defcustom types
Date: Tue, 14 Jun 2022 12:23:15 +0200

>>>>> On Tue, 14 Jun 2022 13:12:54 +0300, Daniel Fleischer <danflscr@gmail.com> 
>>>>> said:

    Daniel> 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.

    Daniel> Is it harmful though?

Thereʼs the absolutist argument of "itʼs wrong!", or the practical
argument of "it causes warnings when byte compiling". Take your pick.

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

    Daniel> Typo here `cnost`.

Of course there is. Murphy and all that. Updated patch attached

Robert
-- 


Attachment: 0001-Don-t-quote-symbols-in-defcustom-types.patch
Description: Text Data


reply via email to

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