From 3df2ac55e233574a08b938f29f846069f3776e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Mon, 23 Mar 2026 07:49:34 -0300 Subject: A couple fixes and expose new --- cursor.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cursor.lisp') diff --git a/cursor.lisp b/cursor.lisp index a4cc100..60c3279 100644 --- a/cursor.lisp +++ b/cursor.lisp @@ -13,7 +13,7 @@ (defun cursor-at-start? (cursor) (= (cursor-start cursor) (cursor-end cursor))) -(declaim (ftype (function (cursor) standard-char) cursor-peek)) +(declaim (ftype (function (cursor) character) cursor-peek)) (defun cursor-peek (cursor) (char (cursor-data cursor) (cursor-end cursor))) -- cgit v1.2.3