diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2007-06-28 17:38:51 +0200 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2007-06-28 17:38:51 +0200 |
commit | d847f178added3c2eebf6d3653d5da57c1e9a5ee (patch) | |
tree | c35ad31e27998e509932d230df322c47311acf36 | |
parent | 7f76ef416151cf937e33e14225ecdea1efa884bc (diff) |
Stylistic changes.
darcs-hash:4221cfffeffacab245304064aaed1863e459b3d8
-rwxr-xr-x | journal.lisp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/journal.lisp b/journal.lisp index eb8d05e..0878a78 100755 --- a/journal.lisp +++ b/journal.lisp @@ -35,9 +35,9 @@ ;;; The following does not generally work in a CGI setting because of -;;; security restrictions. Loading all the dependencies individually -;;; rather than using a core image would certainly be too slow for any -;;; serious CGI usage, anyway, so what the heck. +;;; security restrictions. Then again, loading all the dependencies +;;; individually rather than using a core image would certainly be too +;;; slow for any serious CGI usage, anyway, so what the heck. (unless (find-package '#:http) (asdf:oos 'asdf:load-op '#:mulk.journal)) |