Hello all, while performing some development I noticed that 'number-or-marker' is mentioned as a type in 'cl--typeof-types'. Unfortunatelly its entry is missing in 'cl-deftype-satisfies' (see cl-macs.el:3469). My question is, why do we consider 'number-or-marker' in the first place a type if we support the or syntax in `cl-typep' like (cl-typep 3 '(or marker number)) ? I'd like to fix this inconsistency in order to progress with my development, originally I worked out the attached patch but I now suspect that (unless there's a specific reason) we should just remove 'number-or-marker' as a type entirely instead. WDYT? Thanks Andrea PS also I think we have a similar issue/question with 'integer-or-marker'. IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.