all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: [Emacs-diffs] master 43201d7: In c-\(go-\)?-\(up-\|down-\)?list-\(forward\|backward\) check limit isn't nil
       [not found] ` <20160820141524.46B8E22015B@vcs.savannah.gnu.org>
@ 2016-08-20 15:43   ` Stefan Monnier
  2016-08-20 15:50     ` Alan Mackenzie
  2016-08-20 20:49     ` Alan Mackenzie
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Monnier @ 2016-08-20 15:43 UTC (permalink / raw)
  To: emacs-devel; +Cc: Alan Mackenzie

> -    (if limit
> +    (if (and limit (not (eq limit nil)))

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


        Stefan



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Emacs-diffs] master 43201d7: In c-\(go-\)?-\(up-\|down-\)?list-\(forward\|backward\) check limit isn't nil
  2016-08-20 15:43   ` [Emacs-diffs] master 43201d7: In c-\(go-\)?-\(up-\|down-\)?list-\(forward\|backward\) check limit isn't nil Stefan Monnier
@ 2016-08-20 15:50     ` Alan Mackenzie
  2016-08-20 20:49     ` Alan Mackenzie
  1 sibling, 0 replies; 3+ messages in thread
From: Alan Mackenzie @ 2016-08-20 15:50 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Emacs-diffs] master 43201d7: In c-\(go-\)?-\(up-\|down-\)?list-\(forward\|backward\) check limit isn't nil
  2016-08-20 15:43   ` [Emacs-diffs] master 43201d7: In c-\(go-\)?-\(up-\|down-\)?list-\(forward\|backward\) check limit isn't nil Stefan Monnier
  2016-08-20 15:50     ` Alan Mackenzie
@ 2016-08-20 20:49     ` Alan Mackenzie
  1 sibling, 0 replies; 3+ messages in thread
From: Alan Mackenzie @ 2016-08-20 20:49 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: emacs-devel

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?

Now fixed.

>         Stefan

-- 
Alan Mackenzie (Nuremberg, Germany).



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-08-20 20:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20160820141524.5531.33665@vcs.savannah.gnu.org>
     [not found] ` <20160820141524.46B8E22015B@vcs.savannah.gnu.org>
2016-08-20 15:43   ` [Emacs-diffs] master 43201d7: In c-\(go-\)?-\(up-\|down-\)?list-\(forward\|backward\) check limit isn't nil Stefan Monnier
2016-08-20 15:50     ` Alan Mackenzie
2016-08-20 20:49     ` Alan Mackenzie

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.