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

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

bug#20362: 25.0.50; Byte compiler doesn't know parameter list of `uninte


From: Philipp Stephani
Subject: bug#20362: 25.0.50; Byte compiler doesn't know parameter list of `unintern'
Date: Thu, 07 May 2015 14:49:58 +0000



Stefan Monnier <monnier@iro.umontreal.ca> schrieb am Sa., 18. Apr. 2015 um 06:37 Uhr:
tags 20362 notabug
thanks

> Loading this file works as expected, but compiling it generates the
> warning
>     unintern called with 1 argument, but requires 2
> But `unintern' doesn't require 2 arguments.

That's the `advertized-calling-convention' at work here.  IOW calling
the function with only one argument still works but is deprecated.


Indeed. I only looked at the implementation, not the documentation. Sorry for the noise. 

reply via email to

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