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: Stefan Monnier
Subject: Re: [Emacs-diffs] master 43201d7: In c-\(go-\)?-\(up-\|down-\)?list-\(forward\|backward\) check limit isn't nil
Date: Sat, 20 Aug 2016 11:43:07 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

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

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


        Stefan



reply via email to

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