[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26221: (define function nil should work in 2.2
From: |
Joshua Branson |
Subject: |
bug#26221: (define function nil should work in 2.2 |
Date: |
Thu, 23 Mar 2017 19:59:04 +0000 |
I can confirm this bug. Eshell accepts (defun hello nil (print “Hello")) And
(hello) works properly.
M-x guiler
,languages elisp
(defun hello nil (print “Hello”)) doesn’t work.
Joshua
P.S. I didn’t even know (define function nil …) was a thing in elisp land.