unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* fix interactive spec for kill-region
@ 2012-09-02 14:33 T.V. Raman
  2012-09-02 14:52 ` Andreas Schwab
  0 siblings, 1 reply; 9+ messages in thread
From: T.V. Raman @ 2012-09-02 14:33 UTC (permalink / raw)
  To: emacs-devel

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-10-26 18:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-02 14:33 fix interactive spec for kill-region T.V. Raman
2012-09-02 14:52 ` Andreas Schwab
2012-09-04  0:01   ` T.V. Raman
2012-09-04  3:45     ` Stefan Monnier
2012-09-07 16:00       ` T.V. Raman
2012-09-07 19:37         ` Stefan Monnier
2012-09-08 15:00           ` T.V. Raman
2012-09-08 16:14             ` Andreas Schwab
2012-10-26 18:02             ` Stefan Monnier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).