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

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

bug#11499: 24.0.96; function arglist regression


From: Leo
Subject: bug#11499: 24.0.96; function arglist regression
Date: Thu, 17 May 2012 15:57:00 +0800

Stefan,

,----[ C-h f registerv-make RET ]
| registerv-make is a compiled Lisp function in `register.el'.
| 
| (registerv-make (DATA &key PRINT-FUNC JUMP-FUNC INSERT-FUNC))
| 
[snipped 12 lines]
| [back]
`----

I remembered you fixed some bug about the arglist long ago and I just
realised there is one extra pair of () around the args. Instead it
should be:

(registerv-make DATA &key PRINT-FUNC JUMP-FUNC INSERT-FUNC)

Leo





reply via email to

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