Add print-object methods for some regex classes.

This commit is contained in:
Stas Boukarev
2013-04-11 14:08:37 +04:00
parent b7706d3a10
commit 792c82fc39
2 changed files with 13 additions and 1 deletions

View File

@ -367,7 +367,7 @@ zero-length assertion."))
ends with wrapped into a STR object, otherwise NIL.
OLD-CASE-INSENSITIVE-P is the CASE-INSENSITIVE-P slot of the last STR
collected or :VOID if no STR has been collected yet. (This is a helper
function called by END-STRIN.)"))
function called by END-STRING.)"))
(defmethod end-string-aux ((str str)
&optional (old-case-insensitive-p :void))