From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: master 4a703c7: * lisp/newcomment.el (comment-dwim): Use `use-region-p' Date: Tue, 1 Sep 2015 11:42:58 +0100 Message-ID: References: <20150901021510.12208.79988@vcs.savannah.gnu.org> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1441104201 28801 80.91.229.3 (1 Sep 2015 10:43:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Sep 2015 10:43:21 +0000 (UTC) Cc: emacs-devel To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 01 12:43:17 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 1ZWj24-0007nc-F9 for ged-emacs-devel@m.gmane.org; Tue, 01 Sep 2015 12:43:16 +0200 Original-Received: from localhost ([::1]:52435 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWj24-00080C-2E for ged-emacs-devel@m.gmane.org; Tue, 01 Sep 2015 06:43:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWj1q-0007xh-Ts for emacs-devel@gnu.org; Tue, 01 Sep 2015 06:43:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWj1q-0001Au-2n for emacs-devel@gnu.org; Tue, 01 Sep 2015 06:43:02 -0400 Original-Received: from mail-lb0-x22d.google.com ([2a00:1450:4010:c04::22d]:33855) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWj1o-000185-M3; Tue, 01 Sep 2015 06:43:00 -0400 Original-Received: by lbbtg9 with SMTP id tg9so76411796lbb.1; Tue, 01 Sep 2015 03:42:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=5CLDp+iEI3/EEoz7kDkoiJ4BeBrzXDEk/ZkTqaoivDo=; b=KlX7R6cq1/nSvUPD5dA4qcH+gloVXp7MKMtVsJsHMX2K58IH4b5FNVEdeyQq6i6dQl SNcuNIOgUcRWj99NZmA9Rw57CDdWbkTxq+JzZRWbx7UdtMyP7UJBO3fnzJtUNB/r01tJ HI7kEtCd9g6SQ8b5wkCFZip2J7xn2GRbVwY1025jNPmmCO2z3LoHS7PJh62fnlRZYo04 HrWz9oCi1BYT2fNKUjY7O02gJwfvjlhhowXAS42UQIKgIevVr2PgIPkQF2wfyatH/abL iquqvgYGO3QLdQZk0GChTP8fpGhtcNBEbxS3NfylJxOcvMtjtxfEW2QJjZMVTLplPgHt p8Ig== X-Received: by 10.112.25.69 with SMTP id a5mr13082488lbg.16.1441104178587; Tue, 01 Sep 2015 03:42:58 -0700 (PDT) Original-Received: by 10.25.213.202 with HTTP; Tue, 1 Sep 2015 03:42:58 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: Jeof8tQRT6ipom1dtwVjBD-SwCg X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22d 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:189374 Archived-At: Sorry Glenn, is there a way to fix that in the Changelog? 2015-09-01 7:23 GMT+01:00 Glenn Morris : > 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".