-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”))
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.