From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Richard Newsgroups: gmane.emacs.bugs Subject: bug#19118: 25.0.50; [patch] Change the argument names of function-put (currently: "ARG1 ARG2 ARG3") Date: Tue, 25 Nov 2014 13:57:15 +0100 Message-ID: <54747CAB.8080306@yahoo.fr> References: <87d28iksya.fsf@yahoo.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1416920302 15643 80.91.229.3 (25 Nov 2014 12:58:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Nov 2014 12:58:22 +0000 (UTC) Cc: 19118-done@debbugs.gnu.org To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Nov 25 13:58:16 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XtFh9-0007R3-0f for geb-bug-gnu-emacs@m.gmane.org; Tue, 25 Nov 2014 13:58:15 +0100 Original-Received: from localhost ([::1]:56827 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtFh8-0005tr-Nd for geb-bug-gnu-emacs@m.gmane.org; Tue, 25 Nov 2014 07:58:14 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtFh1-0005tW-H7 for bug-gnu-emacs@gnu.org; Tue, 25 Nov 2014 07:58:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtFgw-0004k0-Qm for bug-gnu-emacs@gnu.org; Tue, 25 Nov 2014 07:58:07 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:47436) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtFgw-0004js-N2 for bug-gnu-emacs@gnu.org; Tue, 25 Nov 2014 07:58:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1XtFgw-0002Ux-GT for bug-gnu-emacs@gnu.org; Tue, 25 Nov 2014 07:58:02 -0500 Resent-From: Nicolas Richard Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Tue, 25 Nov 2014 12:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 19118 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Mail-Followup-To: 19118@debbugs.gnu.org, theonewiththeevillook@yahoo.fr, theonewiththeevillook@yahoo.fr Original-Received: via spool by 19118-done@debbugs.gnu.org id=D19118.14169202779588 (code D ref 19118); Tue, 25 Nov 2014 12:58:01 +0000 Original-Received: (at 19118-done) by debbugs.gnu.org; 25 Nov 2014 12:57:57 +0000 Original-Received: from localhost ([127.0.0.1]:44647 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XtFgr-0002UZ-4C for submit@debbugs.gnu.org; Tue, 25 Nov 2014 07:57:57 -0500 Original-Received: from mxin.ulb.ac.be ([164.15.128.112]:45454) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XtFgo-0002UL-Ok for 19118-done@debbugs.gnu.org; Tue, 25 Nov 2014 07:57:55 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUBAGp8dFSkD4Xx/2dsb2JhbAANToQvtQ0BAQEBAQEGmloCgScBAQEBAYUAAQEEMgFFARALFA0WBAsJAwIBAgFFBg0BBQIBAYgmAQO5O4JmjWsBhw8BAQEBAQEBAwEBAQEBAQEBARmGN4JAhUyCOAeETQEEhS4GlzqCDod1iCqJNIFGdoJKAQEB Original-Received: from mathsrv4.ulb.ac.be (HELO [172.19.79.241]) ([164.15.133.241]) by smtp.ulb.ac.be with ESMTP; 25 Nov 2014 13:57:45 +0100 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 In-Reply-To: X-TagToolbar-Keys: D20141125135715237 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:96541 Archived-At: Le 21/11/2014 03:56, Stefan Monnier a écrit :>> + >> +\(fn FUNCTION PROP VALUE)") > > I think that the better way to get the right args, is to use a normal > docstring, as in the patch below. I can't remember why I used > a "defalias docstring" instead. Ok, I pushed commit 8be099a2c10ce4718e6630cef6b6ca1983617264 Author: Nicolas Richard Date: Thu Nov 20 12:09:30 2014 +0100 byte-run.el (function-put): Match argument names to docstring (bug#19118). to master. Closing the bug (and crossing my fingers I did not mess up anything). -- Nico.