summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/nogaps.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/nogaps.el b/contrib/nogaps.el
index 358319e..033c963 100644
--- a/contrib/nogaps.el
+++ b/contrib/nogaps.el
@@ -4,7 +4,10 @@
;;; are permitted in any medium without royalty provided the copyright
;;; notice and this notice are preserved.
-(require 'cl)
+(eval-when-compile
+ (require 'cl))
+
+(require 'ratpoison-cmd)
(defun ratpoison-nogaps ()
(let ((wins (mapcar 'string-to-number (split-string (ratpoison-windows "%n")))))