summaryrefslogtreecommitdiff
path: root/contrib/nogaps.el
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/nogaps.el')
-rw-r--r--contrib/nogaps.el16
1 files changed, 0 insertions, 16 deletions
diff --git a/contrib/nogaps.el b/contrib/nogaps.el
deleted file mode 100644
index 033c963..0000000
--- a/contrib/nogaps.el
+++ /dev/null
@@ -1,16 +0,0 @@
-;;; Copyright (C) 2003, 2004 Shawn Betts
-;;;
-;;; Copying and distribution of this file, with or without modification,
-;;; are permitted in any medium without royalty provided the copyright
-;;; notice and this notice are preserved.
-
-(eval-when-compile
- (require 'cl))
-
-(require 'ratpoison-cmd)
-
-(defun ratpoison-nogaps ()
- (let ((wins (mapcar 'string-to-number (split-string (ratpoison-windows "%n")))))
- (loop for n in wins
- for i from 1 to (length wins)
- do (ratpoison-number i n))))