diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-08 17:18:58 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2009-10-08 17:18:58 +0200 |
commit | f41b615110cb9acc5327cec81a96efdecd3e20d9 (patch) | |
tree | 2e27584c1141704c6643cfd0da83032d611fda90 | |
parent | 8f1a7f9d30bea9587ced6aa3500b06240b3ef4c0 (diff) |
Fix a typo.
Ignore-this: 2cba86c6e487475ea4fe3e99a99674c6
darcs-hash:f72812bef6f63bdb55c46d29f8e0bf09d311491c
-rw-r--r-- | utils.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -144,7 +144,7 @@ after another in any arbitrary order." (format out control value) (format out "%~A%" substring)) (setq last-match-end end)))) - (format destination (subseq date-control-string last-match-end))))))) + (format out (subseq date-control-string last-match-end))))))) (defun compute-script-last-modified-date () |