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

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

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


From: GNU bug Tracking System
Subject: bug#47550: closed ([PATCH] elisp mode doesn't support non-list argument lists)
Date: Fri, 02 Apr 2021 16:12:02 +0000

Your message dated Fri, 2 Apr 2021 18:11:08 +0200
with message-id 
<CAA2XvwJ16nFfKcmxReMA-GaHAqyPied0TiejsgCoje8hTEzcGg@mail.gmail.com>
and subject line Re: bug#47550: [PATCH] elisp mode doesn't support non-list 
argument lists
has caused the debbugs.gnu.org bug report #47550,
regarding [PATCH] elisp mode doesn't support non-list argument lists
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
47550: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=47550
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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.

Attachment: 0001-elisp-Handle-nil-argument-list.patch
Description: Text document

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: bug#47550: [PATCH] elisp mode doesn't support non-list argument lists Date: Fri, 2 Apr 2021 18:11:08 +0200

--- End Message ---

reply via email to

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