bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#13422: 24.2.91; Feature request: Add a macro always expanding to nil


From: Stefan Monnier
Subject: bug#13422: 24.2.91; Feature request: Add a macro always expanding to nil
Date: Sat, 12 Jan 2013 19:34:54 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> it has several advantages:

Of course, it also has its down sides:

- returns nil, so (if foo (discard bar) then) runs the `then' in the
  `else' branch.

- only works at those syntactic places where an expression is expected
  (e.g. (let ((a 1) (discard exp1 exp2) (b 2)) blabla) doesn't work.

In any case, I think the current comments are good enough, and save the
programmer from having to choose which kind of comment to use.


        Stefan





reply via email to

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