bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#30990: Should the byte compiler warn about :type mismatches?


From: Robert Pluim
Subject: bug#30990: Should the byte compiler warn about :type mismatches?
Date: Fri, 11 Oct 2019 11:31:41 +0200

>>>>> On Wed, 9 Oct 2019 20:44:04 +0200, Mattias EngdegÄrd <mattiase@acm.org> 
>>>>> said:

    >> - :type 'string
    >> + :type '(choice (string :tag "Regexp")
    >> +                (const :tag "Not Set" nil))

    Mattias> Perhaps the type `regexp' would be better than `string' here?

Yes, it would. Fixed.

Robert





reply via email to

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