[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fix interactive spec for kill-region
From: |
Stefan Monnier |
Subject: |
Re: fix interactive spec for kill-region |
Date: |
Fri, 07 Sep 2012 15:37:56 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) |
> emacspeak-advice.el:1607:52:Warning: ad-Orig-kill-region called with 3
> arguments, but accepts only 2
The warning is in error here: while we want to discourage the use of the
3rd arg (hence this warning), its use is correct here, since the advice
just takes the 3 args and passes them further untouched.
I'm not sure how best to explain this to the byte-compiler, tho.
Stefan