From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: master 4a703c7: * lisp/newcomment.el (comment-dwim): Use `use-region-p' Date: Tue, 01 Sep 2015 02:23:13 -0400 Message-ID: References: <20150901021510.12208.79988@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1441089056 16842 80.91.229.3 (1 Sep 2015 06:30:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Sep 2015 06:30:56 +0000 (UTC) Cc: Artur Malabarba To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 01 08:30:55 2015 Return-path: Envelope-to: ged-emacs-devel@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 1ZWf5r-00031a-Du for ged-emacs-devel@m.gmane.org; Tue, 01 Sep 2015 08:30:55 +0200 Original-Received: from localhost ([::1]:44921 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWf5r-0002Ey-7v for ged-emacs-devel@m.gmane.org; Tue, 01 Sep 2015 02:30:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41160) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWf5K-00027D-Et for emacs-devel@gnu.org; Tue, 01 Sep 2015 02:30:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWf5G-00005Q-C8 for emacs-devel@gnu.org; Tue, 01 Sep 2015 02:30:22 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWf5F-0008Ru-WD; Tue, 01 Sep 2015 02:30:18 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1ZWeyP-0006n0-KN; Tue, 01 Sep 2015 02:23:13 -0400 In-Reply-To: (Artur Malabarba's message of "Tue, 01 Sep 2015 02:15:11 +0000") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:189370 Archived-At: Artur Malabarba wrote: > branch: master > commit 4a703c73305211c780307e3654969ac1a20fb229 > Author: Zachary Kanfer > Commit: Artur Malabarba > > * lisp/newcomment.el (comment-dwim): Use `use-region-p' > > When the region is active, but is empty (length 0), act as though > the region was not active; that is, put a comment at the end of > the line. (Bug#21119) This commit message should have contained the oh-so-memorable "Copyright-paperwork-exempt: yes".