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 26ED61381F3 for ; Sat, 6 Jul 2013 17:37:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9270FE0AB3; Sat, 6 Jul 2013 17:37:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07B46E0AB3 for ; Sat, 6 Jul 2013 17:37:34 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B0EC33E8CB for ; Sat, 6 Jul 2013 17:37:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AA839E468F for ; Sat, 6 Jul 2013 17:37:32 +0000 (UTC) From: "Ulrich Mueller" 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 Mueller" Message-ID: <1373056480.40f2dbcbe562596f318a5edb57df84b81a397957.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 Mueller X-VCS-Revision: 40f2dbcbe562596f318a5edb57df84b81a397957 X-VCS-Branch: ebuild-mode Date: Sat, 6 Jul 2013 17:37: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: 5eff46cd-8433-4aad-97e5-4999d86bb64e X-Archives-Hash: 5ecd9778da286bd5e6c993292be91a4d commit: 40f2dbcbe562596f318a5edb57df84b81a397957 Author: Ulrich Müller gentoo org> AuthorDate: Fri Jul 5 20:34:40 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Fri Jul 5 20:34:40 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=40f2dbcb Don't add runscript to list of interpreter names. * ebuild-mode.el (interpreter-mode-alist): Don't add runscript. --- ChangeLog | 2 ++ ebuild-mode.el | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 57f9e91..31c7e7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2013-07-05 Ulrich Müller + * ebuild-mode.el (interpreter-mode-alist): Don't add runscript. + * ebuild-mode-keywords.el (ebuild-mode-keywords-*): Regenerated from eclasses. diff --git a/ebuild-mode.el b/ebuild-mode.el index b22f80e..e382968 100644 --- a/ebuild-mode.el +++ b/ebuild-mode.el @@ -490,9 +490,6 @@ and `all-completions' for details." (add-to-list 'auto-mode-alist '("\\.\\(ebuild\\|eclass\\|eblit\\)\\'" . ebuild-mode)) -;;;###autoload -(add-to-list 'interpreter-mode-alist '("runscript" . sh-mode)) - (provide 'ebuild-mode) ;; Local Variables: