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

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

bug#11692: (featurep 'xemacs) not protecting against warnings


From: Stefan Monnier
Subject: bug#11692: (featurep 'xemacs) not protecting against warnings
Date: Wed, 13 Jun 2012 09:17:15 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

> New "not known to be defined" warnings are thrown for some (not all)
> unknown functions protected with

>   (if (featurep 'xemacs) (xemacs-func) (emacs-func))

Indeed, thanks for spotting this (it was because byte-opt was loaded
too late).  Should be fixed now,


        Stefan





reply via email to

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