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

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

bug#19670: 24.4; pcase-let bug?


From: Leo Liu
Subject: bug#19670: 24.4; pcase-let bug?
Date: Sat, 24 Jan 2015 10:42:33 +0800

Eval the following two expressions:

1.
(pcase-let ((`(,x) '(1 2 3)))
  (list x))

2.
(pcase '(1 2 3)
  (`(,x) (list x)))

1 produces (1) and 2 nil. Bug?

Leo





reply via email to

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