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

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

bug#16241: 24.3.50; `M-x mpc' raises (wrong-number-of-arguments window-h


From: martin rudalics
Subject: bug#16241: 24.3.50; `M-x mpc' raises (wrong-number-of-arguments window-height 2)
Date: Tue, 24 Dec 2013 17:55:52 +0100

> Debugger entered--Lisp error: (wrong-number-of-arguments window-height 2)
>   window-height(#<window 26 on *MPC Artist|Composer|Performers*> nil)
>   balance-windows-area()
>   mpc()

Should be fixed in revision 115730.  But apparently we have a bug in the
byte-compiler.

Stefan: In window.c I define `window-total-height' as a function with
one optional argument.  In window.el I defalias `window-height' to it.
When I now call `window-height' with two arguments, the byte-compiler
doesn't complain.  Is this a known issue or a bug?

martin





reply via email to

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