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: Stefan Monnier
Subject: Re: [Emacs-diffs] fix/no-undo-boundary-on-secondary-buffer-change 6e0ffbf 2/3: Stylistic alteration.
Date: Tue, 15 Sep 2015 22:25:11 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> +  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.


        Stefan



reply via email to

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