diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-10-11 06:57:52 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-10-11 06:57:52 +0000 |
commit | cb693f7553b0aefa016d43661446fc72f35b3cfa (patch) | |
tree | 0f835e2f44b9e54c9408c60b3a6847929d422735 | |
parent | ChangeLog (diff) | |
download | ebuild-mode-cb693f7553b0aefa016d43661446fc72f35b3cfa.tar.gz ebuild-mode-cb693f7553b0aefa016d43661446fc72f35b3cfa.tar.bz2 ebuild-mode-cb693f7553b0aefa016d43661446fc72f35b3cfa.zip |
(ebuild-mode-commands-games): Added missing functions from marienz' ebuild-mode
svn path=/emacs-extra/gentoo-syntax/; revision=701
-rw-r--r-- | gentoo-syntax.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoo-syntax.el b/gentoo-syntax.el index 1ed8a0f..6ed7a9c 100644 --- a/gentoo-syntax.el +++ b/gentoo-syntax.el @@ -414,7 +414,7 @@ A formfeed is not considered whitespace by this function." '("games_get_libdir" "egamesconf" "egamesinstall" "gameswrapper" "dogamesbin" "dogamessbin" "dogameslib" "dogameslib.a" "dogameslib.so" "newgamesbin" "newgamessbin" "games_make_wrapper" "gamesowners" "gamesperms" "prepgamesdirs" "gamesenv" "games_ut_unpack" "games_umod_unpack" - "games_link_mods")) + "games_link_mods" "games_ut_unpack")) (defvar ebuild-mode-commands-perl-app '("perl-app_src_prep")) |