Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1673 - gentoo-syntax
Date: Wed, 28 Dec 2011 16:18:28
Message-Id: 20111228161813.4F3B32004B@flycatcher.gentoo.org
1 Author: fauli
2 Date: 2011-12-28 16:18:12 +0000 (Wed, 28 Dec 2011)
3 New Revision: 1673
4
5 Modified:
6 gentoo-syntax/ChangeLog
7 gentoo-syntax/ebuild-mode-keywords.el
8 Log:
9 gentoo-syntax: (ebuild-mode-keywords-systemd) Add systemd_dotmpfilesd() function
10
11
12
13 Modified: gentoo-syntax/ChangeLog
14 ===================================================================
15 --- gentoo-syntax/ChangeLog 2011-12-28 16:08:37 UTC (rev 1672)
16 +++ gentoo-syntax/ChangeLog 2011-12-28 16:18:12 UTC (rev 1673)
17 @@ -1,3 +1,8 @@
18 +2011-12-28 Christian Faulhammer <fauli@g.o>
19 +
20 + * ebuild-mode-keywords.el (ebuild-mode-keywords-systemd): Add
21 + systemd_dotmpfilesd() function
22 +
23 2011-12-23 Ulrich Mueller <ulm@g.o>
24
25 * Version 1.19 released.
26
27 Modified: gentoo-syntax/ebuild-mode-keywords.el
28 ===================================================================
29 --- gentoo-syntax/ebuild-mode-keywords.el 2011-12-28 16:08:37 UTC (rev 1672)
30 +++ gentoo-syntax/ebuild-mode-keywords.el 2011-12-28 16:18:12 UTC (rev 1673)
31 @@ -100,7 +100,7 @@
32
33 (defvar ebuild-mode-keywords-systemd
34 '(("systemd_get_unitdir" "systemd_dounit" "systemd_enable_service" "systemd_with_unitdir"
35 - "systemd_to_myeconfargs")
36 + "systemd_to_myeconfargs" "systemd_dotmpfilesd")
37 font-lock-type-face))
38
39 (defvar ebuild-mode-keywords-go-mono