[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: |
Vasilij Schneidermann |
Subject: |
bug#47550: [PATCH] elisp mode doesn't support non-list argument lists |
Date: |
Thu, 1 Apr 2021 18:18:21 +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.
0001-elisp-Handle-nil-argument-list.patch
Description: Text document
signature.asc
Description: PGP signature
- bug#47550: [PATCH] elisp mode doesn't support non-list argument lists,
Vasilij Schneidermann <=