emacs-devel
[Top][All Lists]
Advanced

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

Re: if-let/if-let*/and-let/..


From: Michael Heerdegen
Subject: Re: if-let/if-let*/and-let/..
Date: Thu, 15 Feb 2018 00:07:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Mark Oteiza <address@hidden> writes:

> Discussed in #28254:
> https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28254#38

Which means, I think, it had been buggy or inconsistent.  See this
example in the report's discussion, Stefan:

#+begin_src emacs-lisp
 (if-let* (x) "dogs" "cats") => "cats"
 (if-let* (x (y 2)) "dogs" "cats") => (void-function y)
 (if-let* (x (y 1) (z 2)) "dogs" "cats") => "cats"
#+end_src

Do you remember any details, Mark?


Michael.



reply via email to

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