skel.el: Reformat long line.
[skel] / skel.el.in
index 154eb1f..8b6e965 100644 (file)
@@ -82,7 +82,9 @@
       (let ((n (car l)))
        (if (and (file-readable-p n) (file-regular-p n))
            (if all
-               (skel-do-find (cdr l) all (cons (abbreviate-file-name n) acc))
+               (skel-do-find (cdr l)
+                             all
+                             (cons (abbreviate-file-name n) acc))
              (abbreviate-file-name n))
          (skel-do-find (cdr l) all acc)))
     acc))