From: espen Date: Thu, 20 Mar 2008 15:44:01 +0000 (+0000) Subject: Fixed broken URL X-Git-Tag: clg-0-93~2 X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/8fd1f417b9ff3fbca6a6f09878e689d9e90d5654 Fixed broken URL --- diff --git a/gtk/gtk.lisp b/gtk/gtk.lisp index 69315a9..787a427 100644 --- a/gtk/gtk.lisp +++ b/gtk/gtk.lisp @@ -20,7 +20,7 @@ ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -;; $Id: gtk.lisp,v 1.90 2008/02/29 18:34:19 espen Exp $ +;; $Id: gtk.lisp,v 1.91 2008/03/20 15:44:01 espen Exp $ (in-package "GTK") @@ -108,7 +108,7 @@ (when (and (find-package "SWANK") (not (eq (symbol-value (find-symbol "*COMMUNICATION-STYLE*" "SWANK")) style))) - (error "When running clg in Slime, the communication style ~S must be used in combination with asynchronous event handling on this platform. See the README file and for more information." style))) + (error "When running clg in Slime, the communication style ~S must be used in combination with asynchronous event handling on this platform. See the README file and for more information." style))) #?(or (featurep :cmu) (sbcl< 1 0 6) (sbcl>= 1 0 15 6)) (progn