summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xeditors/emacs/DOWNLOAD4
-rw-r--r--editors/emacs/HISTORY3
2 files changed, 6 insertions, 1 deletions
diff --git a/editors/emacs/DOWNLOAD b/editors/emacs/DOWNLOAD
index db3a81403d..9875a333c0 100755
--- a/editors/emacs/DOWNLOAD
+++ b/editors/emacs/DOWNLOAD
@@ -1,4 +1,6 @@
-if [ "$VCS" ]
+. $GRIMOIRE/FUNCTIONS &&
+
+if [ "$VCS" == "y" ]
then
bzr_download
else
diff --git a/editors/emacs/HISTORY b/editors/emacs/HISTORY
index 705f78c35c..6b6d21e563 100644
--- a/editors/emacs/HISTORY
+++ b/editors/emacs/HISTORY
@@ -1,3 +1,6 @@
+2010-12-30 Ladislav Hagara <hgr@vabo.cz>
+ * DOWNLOAD: fixed
+
2010-12-29 Ismael Luceno <ismael@sourcemage.org>
* DOWNLOAD: bzr_download function moved to it's own file