Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1674 - gentoo-syntax
Date: Wed, 28 Dec 2011 16:19:26
Message-Id: 20111228161916.C65B92004B@flycatcher.gentoo.org
1 Author: fauli
2 Date: 2011-12-28 16:19:16 +0000 (Wed, 28 Dec 2011)
3 New Revision: 1674
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_newunit() function
10
11
12
13 Modified: gentoo-syntax/ChangeLog
14 ===================================================================
15 --- gentoo-syntax/ChangeLog 2011-12-28 16:18:12 UTC (rev 1673)
16 +++ gentoo-syntax/ChangeLog 2011-12-28 16:19:16 UTC (rev 1674)
17 @@ -1,7 +1,7 @@
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 + systemd_dotmpfilesd() and systemd_newunit() functions
23
24 2011-12-23 Ulrich Mueller <ulm@g.o>
25
26
27 Modified: gentoo-syntax/ebuild-mode-keywords.el
28 ===================================================================
29 --- gentoo-syntax/ebuild-mode-keywords.el 2011-12-28 16:18:12 UTC (rev 1673)
30 +++ gentoo-syntax/ebuild-mode-keywords.el 2011-12-28 16:19:16 UTC (rev 1674)
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" "systemd_dotmpfilesd")
36 + "systemd_to_myeconfargs" "systemd_dotmpfilesd" "systemd_newunit")
37 font-lock-type-face))
38
39 (defvar ebuild-mode-keywords-go-mono