From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6A35313829C for ; Wed, 8 Jun 2016 06:48:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECBF314298; Wed, 8 Jun 2016 06:48:37 +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 83F1514298 for ; Wed, 8 Jun 2016 06:48:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7754F340D04 for ; Wed, 8 Jun 2016 06:48:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 879FA963 for ; Wed, 8 Jun 2016 06:48:32 +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: <1464421530.95ffafe8dbb9579e99f58644729c8232372a6357.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:ebuild-mode commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog ebuild-mode.el X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 95ffafe8dbb9579e99f58644729c8232372a6357 X-VCS-Branch: ebuild-mode Date: Wed, 8 Jun 2016 06:48:32 +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: 334648e8-c198-4b0d-883f-a5f7d05ef731 X-Archives-Hash: fc50d76d0a8ed525b5ef2e28ba5bef3a commit: 95ffafe8dbb9579e99f58644729c8232372a6357 Author: Ulrich Müller gentoo org> AuthorDate: Sat May 28 07:45:30 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat May 28 07:45:30 2016 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=95ffafe8 Drop eblit support. * ebuild-mode.el (auto-mode-alist): Drop eblit support. ChangeLog | 4 ++++ ebuild-mode.el | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 986a969..93f7067 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-05-28 Ulrich Müller + + * ebuild-mode.el (auto-mode-alist): Drop eblit support. + 2016-05-07 Ulrich Müller * Version 1.30 released. diff --git a/ebuild-mode.el b/ebuild-mode.el index 0cecdc0..0476796 100644 --- a/ebuild-mode.el +++ b/ebuild-mode.el @@ -492,8 +492,7 @@ and `all-completions' for details." ad-do-it))) ;;;###autoload -(add-to-list 'auto-mode-alist - '("\\.\\(ebuild\\|eclass\\|eblit\\)\\'" . ebuild-mode)) +(add-to-list 'auto-mode-alist '("\\.\\(ebuild\\|eclass\\)\\'" . ebuild-mode)) (provide 'ebuild-mode)