5 Sep 19:23
Bug in CL with destructuring-bind and default arguments
From: Jeremy Maitin-Shepard <jeremy <at> jeremyms.com>
Subject: Bug in CL with destructuring-bind and default arguments
Newsgroups: gmane.emacs.devel
Date: 2008-09-05 17:23:35 GMT
Subject: Bug in CL with destructuring-bind and default arguments
Newsgroups: gmane.emacs.devel
Date: 2008-09-05 17:23:35 GMT
Hello, I've noticed a bug in CL with destructuring-bind: This should work: (destructuring-bind (&optional (a 1)) '() a) But instead it gives an error: Debugger entered--Lisp error: (void-variable bind-enquote) cl-do-arglist((&optional (a 1)) 'nil) #[(args expr &rest body) "ÆÆÇÈ
RSS Feed