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

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

bug#24133: 25.1.50; Some checkdoc.el functions use call-interactively in


From: Matthew Malcomson
Subject: bug#24133: 25.1.50; Some checkdoc.el functions use call-interactively incorrectly
Date: Tue, 2 Aug 2016 08:08:24 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0

There are a few checkdoc.el functions that pass `current-prefix-arg'
as the third argument (KEYS) to `call-interactively'.
When running any of these with a prefix argument (whether numeric or
a cons cell) gives an error about the argument to `call-interactively'
not being a vector.
e.g.

emacs -Q

C-u M-x checkdoc-ispell<RET>

checkdoc-ispell: Wrong type argument: vectorp, (4)


I see this with any emacs version I've tried.






reply via email to

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