From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: master 52a1da0: lisp/simple.el: Indicate when a list of pairs is meant in a docstring Date: Wed, 27 Sep 2017 13:12:59 -0400 Message-ID: References: <20170926193703.596.69785@vcs0.savannah.gnu.org> <20170926193704.499372082A@vcs0.savannah.gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1506532388 3176 195.159.176.226 (27 Sep 2017 17:13:08 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 27 Sep 2017 17:13:08 +0000 (UTC) User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) Cc: John Wiegley To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 27 19:13:05 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dxFtN-0000NH-Iv for ged-emacs-devel@m.gmane.org; Wed, 27 Sep 2017 19:13:01 +0200 Original-Received: from localhost ([::1]:55660 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxFtU-00042G-S5 for ged-emacs-devel@m.gmane.org; Wed, 27 Sep 2017 13:13:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxFtO-00042A-LD for emacs-devel@gnu.org; Wed, 27 Sep 2017 13:13:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxFtN-0004pW-QF for emacs-devel@gnu.org; Wed, 27 Sep 2017 13:13:02 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxFtN-0004pP-MT; Wed, 27 Sep 2017 13:13:01 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1dxFtM-00043l-3O; Wed, 27 Sep 2017 13:13:00 -0400 X-Spook: Gunfight spies cybercash Chemical weapon Shootout Hail X-Ran: 1v1>:.2}nJk`F-u! X-Hue: white X-Attribution: GM In-Reply-To: <20170926193704.499372082A@vcs0.savannah.gnu.org> (John Wiegley's message of "Tue, 26 Sep 2017 15:37:03 -0400 (EDT)") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:218828 Archived-At: Hi. It looks like you might be committing the same thing to master and emacs-26 separately? Just commit to emacs-26 and let things get merged to master. Also, the standard format for Emacs commit messages lists each changed item, eg: * lisp/simple.el (region-extract-function, region-bounds): Doc fix.