emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 43201d7: In c-\(go-\)?-\(up-\|down-\)?list-\(fo


From: Alan Mackenzie
Subject: Re: [Emacs-diffs] master 43201d7: In c-\(go-\)?-\(up-\|down-\)?list-\(forward\|backward\) check limit isn't nil
Date: Sat, 20 Aug 2016 15:50:29 +0000
User-agent: Mutt/1.5.24 (2015-08-30)

Hello, Stefan.

On Sat, Aug 20, 2016 at 11:43:07AM -0400, Stefan Monnier wrote:
> > -    (if limit
> > +    (if (and limit (not (eq limit nil)))

> Hmm... aren't those two 100% equivalent?

Yes, they are.  I'll look at it again and fix it.

Thanks!

>         Stefan

-- 
Alan Mackenzie (Nuremberg, Germany).



reply via email to

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