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 7250A1381F3 for ; Sat, 6 Jul 2013 23:09:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3180AE0954; Sat, 6 Jul 2013 23:09:53 +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 BF3D5E0954 for ; Sat, 6 Jul 2013 23:09:52 +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 91F1433E7C0 for ; Sat, 6 Jul 2013 23:09:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2C2C4E468F for ; Sat, 6 Jul 2013 23:09:50 +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: <1373152170.cf366099d3dba596f18b1b9d139be1179e51694a.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:ebuild-mode commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog ebuild-mode-keywords.el X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: cf366099d3dba596f18b1b9d139be1179e51694a X-VCS-Branch: ebuild-mode Date: Sat, 6 Jul 2013 23:09:50 +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: d8add190-c8d7-4b2a-a008-2d6ef2058ecf X-Archives-Hash: bd70c29cfe1b2998b33516395cfa3182 commit: cf366099d3dba596f18b1b9d139be1179e51694a Author: Ulrich Müller gentoo org> AuthorDate: Sat Jul 6 23:09:30 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sat Jul 6 23:09:30 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=cf366099 Add no-update-autoloads to ebuild-mode-keywords.el file variables. * ebuild-mode-keywords.el: Add no-update-autoloads to file variables. --- ChangeLog | 3 +++ ebuild-mode-keywords.el | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index d528f43..603bfd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-07-07 Ulrich Müller + * ebuild-mode-keywords.el: Add no-update-autoloads to file + variables. + * ebuild-mode.el (ebuild-mode-arch-list): Add amd64-fbsd to fallback list. diff --git a/ebuild-mode-keywords.el b/ebuild-mode-keywords.el index 9bf72d6..a533f11 100644 --- a/ebuild-mode-keywords.el +++ b/ebuild-mode-keywords.el @@ -1364,6 +1364,7 @@ ;; coding: utf-8 ;; fill-column: 78 ;; no-byte-compile: t +;; no-update-autoloads: t ;; End: ;;; ebuild-mode-keywords.el ends here