emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Pavel Janík
Subject: Re: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 01 Apr 2002 19:02:02 +0200
User-agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.2.50 (i386-suse-linux-gnu)

   From: "Stefan Monnier" <monnier+gnu/address@hidden>
   Date: Mon, 01 Apr 2002 10:05:53 -0500

   > > I think it would be much cleaner to:
   > > 
   > > - Fprovide (intern ("sound"), Qnil) in sound.c when `play-sound' is 
defined
   > 
   > Why would
   > 
   >    (featurep 'sound)
   > 
   > be any better than
   > 
   >    (fboundp 'play-sound)
   > 
   > ??

I did not said that :-) Yes, it is better. But both ways are better than
the current behavior.
-- 
Pavel Janík

Choose variable names that won't be confused.
                  --  The Elements of Programming Style (Kernighan & Plaugher)



reply via email to

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