[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Usefulness of (t nil) as the last sexp in (cond ...) constructs?
From: |
Bastien |
Subject: |
Re: Usefulness of (t nil) as the last sexp in (cond ...) constructs? |
Date: |
Sun, 19 Aug 2012 14:45:00 +0200 |
User-agent: |
Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) |
Achim Gratz <address@hidden> writes:
> It's a nice (redundant) reminder that "if none of the other conditions
> is true, this form returns nil".
Okay. In many cases, this reminder is not useful, as it is obvious from
the code. I've removed (t nil) in such cases in org-mode git repo.
--
Bastien