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

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

bug#19554: 25.0.50; void-function xref-marker-stack-empty-p and subseque


From: Stefan Monnier
Subject: bug#19554: 25.0.50; void-function xref-marker-stack-empty-p and subsequent abort
Date: Wed, 14 Jan 2015 12:59:43 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>>>> :visible (and (featurep 'xref) (not (xref-marker-stack-empty-p)))
>> It's generally better to use (and (fboundp 'xref-marker-stack-empty-p)
>> (not (xref-marker-stack-empty-p))).  E.g. the compiler understands it
>> (tho in this case, the compiler doesn't see this code anyway).

> But autoloaded-but-not-yet-loaded functions are fboundp,
> so it isn't the same.

Duh!  Right!  Thanks for the reminder,


        Stefan





reply via email to

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