[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
fix interactive spec for kill-region
From: |
T.V. Raman |
Subject: |
fix interactive spec for kill-region |
Date: |
Sat, 8 Sep 2012 08:00:15 -0700 |
Hmm would doing a require of simple.el fix it?
--
Best Regards,
--raman
On 9/7/12, Stefan Monnier <address@hidden> wrote:
>> 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
>