summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-09-28 04:50:00 +0000
committersabetts <sabetts>2001-09-28 04:50:00 +0000
commit7124de1cd87cd2694f9b9751c9800db6b183b6a7 (patch)
tree0003e4d8b428f2259cd6dab79149fbda801dd27d
parent844756cbfa42dfe3be550cf5c7ee24c2993f123b (diff)
downloadratpoison-7124de1cd87cd2694f9b9751c9800db6b183b6a7.zip
remove 'r' and 'k'.
-rw-r--r--ChangeLog4
-rw-r--r--src/main.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1fc5881..0613c62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-09-27 shawn <sabetts@vcn.bc.ca>
+
+ * src/main.c[ratpoison_opts]: remove 'r' and 'k'.
+
2001-09-23 shawn <sabetts@vcn.bc.ca>
* src/actions.c (initialize_default_keybindings): Change C-t a and
diff --git a/src/main.c b/src/main.c
index 9f43832..b9ac3e6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -83,7 +83,7 @@ static struct option ratpoison_longopts[] =
{"command", required_argument, 0, 'c'},
{0, 0, 0, 0} };
-static char ratpoison_opts[] = "hvrkc:";
+static char ratpoison_opts[] = "hvc:";
void
fatal (const char *msg)