bug-guile
[Top][All Lists]
Advanced

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

bug#47550: [PATCH] elisp mode doesn't support non-list argument lists


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

Fixed in commit 01bfd18f.

Thanks!

On Thu, Apr 1, 2021 at 6:19 PM Vasilij Schneidermann <mail@vasilij.de> wrote:
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.

reply via email to

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