public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] emacs r1593 - gentoo-syntax
@ 2010-11-23 21:18 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2010-11-23 21:18 UTC (permalink / raw
  To: gentoo-commits

Author: ulm
Date: 2010-11-23 21:18:45 +0000 (Tue, 23 Nov 2010)
New Revision: 1593

Modified:
   gentoo-syntax/ChangeLog
   gentoo-syntax/ebuild-mode-keywords.el
Log:
Add elisp-need-emacs function to ebuild-mode-keywords-elisp-common.

Modified: gentoo-syntax/ChangeLog
===================================================================
--- gentoo-syntax/ChangeLog	2010-11-23 21:18:03 UTC (rev 1592)
+++ gentoo-syntax/ChangeLog	2010-11-23 21:18:45 UTC (rev 1593)
@@ -1,3 +1,8 @@
+2010-11-23  Ulrich Mueller  <ulm@gentoo.org>
+
+	* ebuild-mode-keywords.el (ebuild-mode-keywords-elisp-common):
+	Add elisp-need-emacs function.
+
 2010-11-04  Christian Faulhammer  <fauli@gentoo.org>
 
 	* ebuild-mode-keywords.el (ebuild-mode-keywords-darcs):

Modified: gentoo-syntax/ebuild-mode-keywords.el
===================================================================
--- gentoo-syntax/ebuild-mode-keywords.el	2010-11-23 21:18:03 UTC (rev 1592)
+++ gentoo-syntax/ebuild-mode-keywords.el	2010-11-23 21:18:45 UTC (rev 1593)
@@ -532,8 +532,9 @@
     font-lock-type-face))
 
 (defvar ebuild-mode-keywords-elisp-common
-  '(("elisp-compile" "elisp-install" "elisp-site-file-install"
-     "elisp-site-regen" "elisp-emacs-version" "elisp-make-autoload-file")
+  '(("elisp-compile" "elisp-emacs-version" "elisp-need-emacs"
+     "elisp-make-autoload-file" "elisp-install" "elisp-site-file-install"
+     "elisp-site-regen")
     font-lock-type-face))
 
 (defvar ebuild-mode-keywords-elisp




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-23 21:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-23 21:18 [gentoo-commits] emacs r1593 - gentoo-syntax Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox