diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-10-11 06:59:15 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-10-11 06:59:15 +0000 |
commit | da6b065237ef6d0795b5f922447bdb8636ab56f9 (patch) | |
tree | 186dcf4d6e684d00058be9661ac817dd0a8bd1d8 | |
parent | ChangeLog (diff) | |
download | ebuild-mode-da6b065237ef6d0795b5f922447bdb8636ab56f9.tar.gz ebuild-mode-da6b065237ef6d0795b5f922447bdb8636ab56f9.tar.bz2 ebuild-mode-da6b065237ef6d0795b5f922447bdb8636ab56f9.zip |
(ebuild-mode-commands-subversion): Added missing functions from marienz' ebuild-mode
svn path=/emacs-extra/gentoo-syntax/; revision=703
-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 6ed7a9c..253f5fc 100644 --- a/gentoo-syntax.el +++ b/gentoo-syntax.el @@ -332,7 +332,7 @@ A formfeed is not considered whitespace by this function." '("cvs_src_unpack" "cvs-fetch")) (defvar ebuild-mode-commands-subversion - '("subversion_src_unpack")) + '("subversion_src_unpack" "subversion_svn_fetch" "subversion_bootstrap")) (defvar ebuild-mode-commands-git '("git_src_unpack")) |