From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Some small question... next attempt. Date: Tue, 19 Sep 2006 10:14:33 +0200 Message-ID: <85mz8wgtna.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: sea.gmane.org 1158653772 7132 80.91.229.2 (19 Sep 2006 08:16:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Sep 2006 08:16:12 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 19 10:16:12 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GPam2-0005ZH-Nf for ged-emacs-devel@m.gmane.org; Tue, 19 Sep 2006 10:16:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GPam1-00069k-Qs for ged-emacs-devel@m.gmane.org; Tue, 19 Sep 2006 04:16:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GPakX-0004px-PX for emacs-devel@gnu.org; Tue, 19 Sep 2006 04:14:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GPakW-0004oO-Ts for emacs-devel@gnu.org; Tue, 19 Sep 2006 04:14:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GPakW-0004o6-NY for emacs-devel@gnu.org; Tue, 19 Sep 2006 04:14:36 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GPanY-0005uq-9Z for emacs-devel@gnu.org; Tue, 19 Sep 2006 04:17:44 -0400 Original-Received: from localhost ([127.0.0.1] helo=lola.goethe.zz) by fencepost.gnu.org with esmtp (Exim 4.34) id 1GPakW-0000ZY-6F for emacs-devel@gnu.org; Tue, 19 Sep 2006 04:14:36 -0400 Original-Received: by lola.goethe.zz (Postfix, from userid 1002) id 587361C40B5C; Tue, 19 Sep 2006 10:14:33 +0200 (CEST) Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:60002 Archived-At: --=-=-= Hi, I find that I have, as a result of some past report or discussion, the following patch in my local tree. It is likely not the only place where a "*" interactive argument might make sense. Does anybody see a problem with checking this in? I mean this: --=-=-= Content-Type: text/x-patch Content-Disposition: attachment --- menu-bar.el 01 Jun 2006 10:24:47 +0200 1.293 +++ menu-bar.el 16 Sep 2006 00:14:12 +0200 @@ -510,7 +510,7 @@ (defun clipboard-yank () "Insert the clipboard contents, or the last stretch of killed text." - (interactive) + (interactive "*") (let ((x-select-enable-clipboard t)) (yank))) --=-=-= -- David Kastrup, Kriemhildstr. 15, 44793 Bochum --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel --=-=-=--