Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1689 - gentoo-syntax
Date: Thu, 29 Dec 2011 11:13:33
Message-Id: 20111229111323.D9D1F2004B@flycatcher.gentoo.org
1 Author: fauli
2 Date: 2011-12-29 11:13:23 +0000 (Thu, 29 Dec 2011)
3 New Revision: 1689
4
5 Modified:
6 gentoo-syntax/ChangeLog
7 gentoo-syntax/ebuild-mode-keywords.el
8 Log:
9 gentoo-syntax: (ebuild-mode-keywords-nsplugin) Add share_plugins_dir() function
10
11
12 Modified: gentoo-syntax/ChangeLog
13 ===================================================================
14 --- gentoo-syntax/ChangeLog 2011-12-29 11:12:08 UTC (rev 1688)
15 +++ gentoo-syntax/ChangeLog 2011-12-29 11:13:23 UTC (rev 1689)
16 @@ -14,6 +14,7 @@
17 get_libdir_override() and get_multilibdir()
18 (ebuild-mode-keywords-java-vm-2): Add java-vm-2.eclass
19 (ebuild-mode-keywords-libtool): Add elt_patch_dir() function
20 + (ebuild-mode-keywords-nsplugin): Add share_plugins_dir() function
21
22 2011-12-28 Christian Faulhammer <fauli@g.o>
23
24
25 Modified: gentoo-syntax/ebuild-mode-keywords.el
26 ===================================================================
27 --- gentoo-syntax/ebuild-mode-keywords.el 2011-12-29 11:12:08 UTC (rev 1688)
28 +++ gentoo-syntax/ebuild-mode-keywords.el 2011-12-29 11:13:23 UTC (rev 1689)
29 @@ -271,7 +271,7 @@
30 font-lock-type-face))
31
32 (defvar ebuild-mode-keywords-nsplugin
33 - '(("src_mv_plugins" "pkg_mv_plugins" "inst_plugin")
34 + '(("src_mv_plugins" "pkg_mv_plugins" "inst_plugin" "share_plugins_dir")
35 font-lock-type-face))
36
37 (defvar ebuild-mode-keywords-latex-package