From 9fc51a68a1aeb98c014062bf8f476bc35ac11d52 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Thu, 9 Oct 2014 11:08:34 -0400 Subject: [PATCH] Remove UTF-8 accented character from debug.lisp so it can be loaded with strict ASCII encoding. --- uiop/contrib/debug.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uiop/contrib/debug.lisp b/uiop/contrib/debug.lisp index b65d00e1..1cd6da29 100644 --- a/uiop/contrib/debug.lisp +++ b/uiop/contrib/debug.lisp @@ -1,4 +1,4 @@ -;;;;; A few essential debugging utilities by Faré, +;;;;; A few essential debugging utilities by fare@tunes.org, ;;;;; to be loaded in the *PACKAGE* that you wish to debug. ;; ;; We want debugging utilities in the _current_ package, -- GitLab