main.c
changeset 769 dc60583894e0
parent 762 140bcd4782d8
child 770 5280cbb5bbd4
--- a/main.c	Mon Feb 19 11:34:12 2007 +0100
+++ b/main.c	Mon Feb 19 13:00:29 2007 +0100
@@ -117,7 +117,7 @@
 	wa.cursor = cursor[CurNormal];
 	XChangeWindowAttributes(dpy, root, CWEventMask | CWCursor, &wa);
 	grabkeys();
-	initrregs();
+	compileregexps();
 	for(ntags = 0; tags[ntags]; ntags++);
 	seltag = emallocz(sizeof(Bool) * ntags);
 	seltag[0] = True;