From c07ff4d314024ca2e36baef56ea418ab178d81c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kochma=C5=84ski?= Date: Mon, 11 May 2015 22:08:13 +0200 Subject: [PATCH] format-f: Too much work put into this to not become immortal ;-). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Kochmański --- src/lsp/format.lsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lsp/format.lsp b/src/lsp/format.lsp index 7c998908c..40aa7c13b 100644 --- a/src/lsp/format.lsp +++ b/src/lsp/format.lsp @@ -15,7 +15,7 @@ ;;; version by David Adam and later rewritten by Bill Maddox. ;;; ;;; Various fixes and adaptations provided by Juan Jose Garcia-Ripoll and -;;; other Embeddable Common-Lisp developers. +;;; Daniel Kochmański for Embeddable Common-Lisp. ;;; (in-package "SYS")