Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] emacs r1406 - gentoo-syntax
Date: Mon, 31 Aug 2009 08:04:24
Message-Id: E1Mi6hA-0005ER-92@stork.gentoo.org
1 Author: fauli
2 Date: 2009-08-31 13:13:15 +0000 (Mon, 31 Aug 2009)
3 New Revision: 1406
4
5 Modified:
6 gentoo-syntax/ChangeLog
7 gentoo-syntax/ebuild-mode-keywords.el
8 Log:
9 gentoo-syntax (ebuild-mode-keywords-linux-info): Add getfilevar_noexec highlighting
10
11
12 Modified: gentoo-syntax/ChangeLog
13 ===================================================================
14 --- gentoo-syntax/ChangeLog 2009-08-29 11:18:58 UTC (rev 1405)
15 +++ gentoo-syntax/ChangeLog 2009-08-31 13:13:15 UTC (rev 1406)
16 @@ -1,3 +1,8 @@
17 +2009-08-31 Christian Faulhammer <fauli@g.o>
18 +
19 + * ebuild-mode-keywords.el (ebuild-mode-keywords-linux-info): Add
20 + getfilevar_noexec highlighting
21 +
22 2009-08-27 Ulrich Mueller <ulm@g.o>
23
24 * Makefile (DISTFILES): Include Texinfo source in tarball.
25
26 Modified: gentoo-syntax/ebuild-mode-keywords.el
27 ===================================================================
28 --- gentoo-syntax/ebuild-mode-keywords.el 2009-08-29 11:18:58 UTC (rev 1405)
29 +++ gentoo-syntax/ebuild-mode-keywords.el 2009-08-31 13:13:15 UTC (rev 1406)
30 @@ -266,11 +266,12 @@
31 font-lock-type-face))
32
33 (defvar ebuild-mode-keywords-linux-info
34 - '(("qout" "qeinfo" "qeerror" "getfilevar" "linux_chkconfig_present"
35 - "linux_chkconfig_module" "linux_chkconfig_builtin"
36 - "linux_chkconfig_string" "kernel_is" "get_localversion" "get_version"
37 - "get_running_version" "check_kernel_built" "check_modules_supported"
38 - "check_extra_config" "check_zlibinflate")
39 + '(("qout" "qeinfo" "qeerror" "getfilevar" "getfilevar_noexec"
40 + "linux_chkconfig_present" "linux_chkconfig_module"
41 + "linux_chkconfig_builtin" "linux_chkconfig_string" "kernel_is"
42 + "get_localversion" "get_version" "get_running_version"
43 + "check_kernel_built" "check_modules_supported" "check_extra_config"
44 + "check_zlibinflate")
45 font-lock-type-face))
46
47 (defvar ebuild-mode-keywords-linux-mod