chiark
/
gitweb
/
~mdw
/
skel
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
3a2c646
)
skel.el: Reformat long line.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 27 Jan 2007 18:29:54 +0000
(18:29 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 27 Jan 2007 18:41:48 +0000
(18:41 +0000)
skel.el.in
patch
|
blob
|
blame
|
history
diff --git
a/skel.el.in
b/skel.el.in
index 154eb1f9a36184953868eab2a44fd92b94361947..8b6e965b81d31e70ca9e7e0f6c186a9e0a8f93a8 100644
(file)
--- 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))