emacs-devel
[Top][All Lists]
Advanced

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

Re: pcase: Semantics of atom QPATS


From: Stefan Monnier
Subject: Re: pcase: Semantics of atom QPATS
Date: Sat, 16 Jun 2018 08:57:03 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>> > Sure.  Feel free to add support for floats while you're there.
>> Ok.  Is this patch ok for emacs-26?

I don't see any reason to push it to emacs-26, it's not a bug-fix.

>> -   ((or (stringp qpat) (integerp qpat) (symbolp qpat)) `',qpat)
>> +   ((or (stringp qpat) (numberp qpat) (symbolp qpat)) `',qpat)
> Any reasons to use numberp and not number-or-marker-p?

Yes, we want to accept floats but not markers.


        Stefan




reply via email to

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