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: Stefan Monnier
Subject: bug#20362: 25.0.50; Byte compiler doesn't know parameter list of `unintern'
Date: Sat, 18 Apr 2015 00:37:04 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

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.


        Stefan





reply via email to

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