emacs-devel
[Top][All Lists]
Advanced

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

Re: Another bug with the macro counter


From: Richard Stallman
Subject: Re: Another bug with the macro counter
Date: Sun, 31 Oct 2004 04:42:29 -0500

    I believe replacing (and (boundp 'foo) foo) with (if (boundp 'foo) foo)
    is a better choice because it removes the warning wihtout cluttering the
    code and without introducing compatibility problems with older Emacsen.

Why not extend that compiler feature to handle `and' as well as `if'?
This construction is common enough.




reply via email to

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