summaryrefslogtreecommitdiffstats
path: root/editors/emacs/PREPARE
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs/PREPARE')
-rwxr-xr-xeditors/emacs/PREPARE7
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/emacs/PREPARE b/editors/emacs/PREPARE
index 9b78568a31..7d4a8a38e6 100755
--- a/editors/emacs/PREPARE
+++ b/editors/emacs/PREPARE
@@ -1,4 +1,5 @@
-config_query CVS "Use the CVS version? (offers optional GTK+2 interface)" n
-if [ "$CVS" == "y" ]; then
- config_query CVS_AUTOUPDATE "Update to the latest CVS automatically on every cast?" n
+config_query VCS "Use the trunk version?" n
+
+if [ "$VCS" == "y" ]; then
+ config_query VCS_AUTOUPDATE "Update to the latest trunk automatically on every cast?" n
fi