emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] fix/no-undo-boundary-on-secondary-buffer-change 6e0ffb


From: Stephen Berman
Subject: Re: [Emacs-diffs] fix/no-undo-boundary-on-secondary-buffer-change 6e0ffbf 2/3: Stylistic alteration.
Date: Wed, 16 Sep 2015 11:36:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

On Tue, 15 Sep 2015 22:25:11 -0400 Stefan Monnier <address@hidden> wrote:

>> +  if( ! NILP( n ) )
>
> No, that should be
>
>    if (! NILP (n))
>
> Again, please take a look at the megabytes of code in src/*.c for examples.

FWIW, a space between `!' and `NILP' is much less common than no space:

address@hidden:~> grep "! NILP" git/emacs/src/*\.c | wc -l
573
address@hidden:~> grep "\!NILP" git/emacs/src/*\.c | wc -l
1481

Steve Berman



reply via email to

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