bug#26221: (define function nil should work in 2.2

2017-03-24 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Mar 23, 2017 at 07:59:04PM +, Joshua Branson wrote: > > 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”))

bug#26221: (define function nil should work in 2.2

2017-03-23 Thread Joshua Branson
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.