From: Mark Wooding Date: Sat, 27 Jan 2007 18:29:54 +0000 (+0000) Subject: skel.el: Reformat long line. X-Git-Tag: 1.2.0~4 X-Git-Url: https://git.distorted.org.uk/~mdw/skel/commitdiff_plain/c2c6fe5262ed8bd57de958908ef6c8148aaef4d6 skel.el: Reformat long line. --- diff --git a/skel.el.in b/skel.el.in index 154eb1f..8b6e965 100644 --- a/skel.el.in +++ b/skel.el.in @@ -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))