|
From: | Mikael Djurfeldt |
Subject: | bug#47550: [PATCH] elisp mode doesn't support non-list argument lists |
Date: | Thu, 1 Apr 2021 20:58:55 +0200 |
When I've tried porting existing elisp code, I've found that `(defun foo
nil 1)` errors out (on Guile 3 and master) , but `(defun foo () 1)`
doesn't. The following patch rectifies this by treating `nil` the same
as `()` when compiling a lambda.
[Prev in Thread] | Current Thread | [Next in Thread] |