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

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

[debbugs-tracker] bug#25110: closed (defun nil should err)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#25110: closed (defun nil should err)
Date: Mon, 12 Dec 2016 20:25:02 +0000

Your message dated Mon, 12 Dec 2016 15:24:16 -0500
with message-id <address@hidden>
and subject line Re: bug#25110: defun nil should err
has caused the debbugs.gnu.org bug report #25110,
regarding defun nil should err
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
25110: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=25110
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: defun nil should err Date: Sun, 4 Dec 2016 12:39:51 -0600 User-agent: SquirrelMail/1.5.2 [SVN]
Not critical but a definite bug:

(defun nil () (error "Nil")) => nil
(symbol-function nil) => (lambda nil (error "Nil"))
(nil) ?? (void-function nil)
(funcall nil) ?? (void-function nil)

(setf (symbol-function nil) '+)
(symbol-function nil) => +
(nil 1 2) ?? (void-function nil)
(funcall nil 1 2) ?? (void-function nil)

        Peace
                —Devon




--- End Message ---
--- Begin Message --- Subject: Re: bug#25110: defun nil should err Date: Mon, 12 Dec 2016 15:24:16 -0500 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 26.1

Glenn Morris wrote:

>> Thanks; done in ba8e883.
>
> Hmph. I thought this worked the first time I tried it, but now it seems
> to cause build errors, so I've taken part of it out again (3fd4433),
> pending further investigation.

I figure out what was causing this problem in 61f8c23,
and re-applied the fset change in ffb1302.


--- End Message ---

reply via email to

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