emacs-devel
[Top][All Lists]
Advanced

[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



reply via email to

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