[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: |
Sun, 2 Sep 2012 07:33:55 -0700 |
Saw an unexplained bytecomp warning in the emacspeak build and
traced it down the following:
The definition of kill-region appears not to match its
interactive spec --- the optional third arg does not appear in
the interactive spec.
See
(defun kill-region (beg end &optional yank-handler)
vs
(interactive (list (point) (mark)))
--
Best Regards,
--raman
- fix interactive spec for kill-region,
T.V. Raman <=
- Re: fix interactive spec for kill-region, Andreas Schwab, 2012/09/02
- fix interactive spec for kill-region, T.V. Raman, 2012/09/03
- Re: fix interactive spec for kill-region, Stefan Monnier, 2012/09/03
- fix interactive spec for kill-region, T.V. Raman, 2012/09/07
- Re: fix interactive spec for kill-region, Stefan Monnier, 2012/09/07
- fix interactive spec for kill-region, T.V. Raman, 2012/09/08
- Re: fix interactive spec for kill-region, Andreas Schwab, 2012/09/08