aboutsummaryrefslogtreecommitdiff
path: root/steady/steady.c
diff options
context:
space:
mode:
Diffstat (limited to 'steady/steady.c')
-rw-r--r--steady/steady.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/steady/steady.c b/steady/steady.c
index c79ac4e..b438895 100644
--- a/steady/steady.c
+++ b/steady/steady.c
@@ -74,7 +74,7 @@ void steady_setup(void) {
post("|+>max, min and through must not jump more<-|");
post("|+++++++++>than a specified amount<---------|");
post("|+++>edward<------->kelly<++++++++>2005<----|");
- class_sethelpsymbol(steady_class, gensym("help-steady"));
+
class_addbang(steady_class, steady_bang);
class_addfloat(steady_class, steady_float);
}