From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2070D139694 for ; Fri, 12 May 2017 14:52:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0659DE0BF0; Fri, 12 May 2017 14:52:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7155E0BF0 for ; Fri, 12 May 2017 14:52:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B23FF341683 for ; Fri, 12 May 2017 14:52:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1CD42743E for ; Fri, 12 May 2017 14:52:49 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1494600761.d5e724d8dcef5cb59fa243d181a8b9fa0c8832fd.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/license_groups X-VCS-Directories: profiles/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d5e724d8dcef5cb59fa243d181a8b9fa0c8832fd X-VCS-Branch: master Date: Fri, 12 May 2017 14:52:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b73ee078-6216-4fd1-9120-316038b6debe X-Archives-Hash: 38bfd1c5200355b5d3c3c9c258810cb6 commit: d5e724d8dcef5cb59fa243d181a8b9fa0c8832fd Author: Ulrich Müller gentoo org> AuthorDate: Fri May 12 14:48:59 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri May 12 14:52:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e724d8 profiles: Update Emacs file variables in license_groups file. Use "eval" rather than deprecated "mode" to specify the minor mode. profiles/license_groups | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/license_groups b/profiles/license_groups index 05414e2cc70..199a3e3288d 100644 --- a/profiles/license_groups +++ b/profiles/license_groups @@ -75,5 +75,5 @@ EULA Adaptec-EULA AdobeFlash-11.x ArxFatalis-EULA-JoWooD baudline BCS bf1942-lnx # Local Variables: # mode: conf-space -# mode: visual-line +# eval: (visual-line-mode 1) # End: