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

Author: ulm
Date: 2010-02-14 09:29:40 +0000 (Sun, 14 Feb 2010)
New Revision: 1510

Modified:
   gentoo-syntax/ChangeLog
   gentoo-syntax/gentoo-syntax.el
Log:
Use ebuild-mode-arch-stable-list in ebuild-mode-insert-skeleton too.

Modified: gentoo-syntax/ChangeLog
===================================================================
--- gentoo-syntax/ChangeLog	2010-02-14 09:26:44 UTC (rev 1509)
+++ gentoo-syntax/ChangeLog	2010-02-14 09:29:40 UTC (rev 1510)
@@ -2,8 +2,8 @@
 
 	* gentoo-syntax.el: Partially undo change of 2009-08-21.
 	(ebuild-mode-arch-stable-list): Reintroduce variable.
-	(ebuild-mode-modify-keywords, ebuild-mode-ekeyword-complete):
-	Use ebuild-mode-arch-stable-list variable.
+	(ebuild-mode-modify-keywords, ebuild-mode-ekeyword-complete)
+	(ebuild-mode-insert-skeleton): Use it.
 
 2010-02-11  Christian Faulhammer  <fauli@gentoo.org>
 

Modified: gentoo-syntax/gentoo-syntax.el
===================================================================
--- gentoo-syntax/gentoo-syntax.el	2010-02-14 09:26:44 UTC (rev 1509)
+++ gentoo-syntax/gentoo-syntax.el	2010-02-14 09:29:40 UTC (rev 1510)
@@ -453,7 +453,7 @@
      "Keyword (null string to terminate): "
      (nconc
       (mapcar (lambda (x) (list (concat "~" x))) ebuild-mode-arch-list)
-      (mapcar 'list ebuild-mode-arch-list)))
+      (mapcar 'list ebuild-mode-arch-stable-list)))
     str & " ")
    & -1 "\"\n"
    "IUSE=\""




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

only message in thread, other threads:[~2010-02-14  9:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-14  9:29 [gentoo-commits] emacs r1510 - 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