X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=symbols.lisp;h=a61932785988967f169385fdb09baa005ffb2b80;hp=5a8a3485cfb9f6582301bf44bd286a2fe03bf481;hb=91e3d8f38e4ccdfbfb9c351e05b487ee899c9e47;hpb=79ce9975800c5c9e968c5db342add2d01a5cd83b diff --git a/symbols.lisp b/symbols.lisp index 5a8a348..a619327 100644 --- a/symbols.lisp +++ b/symbols.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: symbols.lisp,v 1.3 2003/07/16 16:01:37 kevin Exp $ +;;;; $Id: symbols.lisp,v 1.4 2003/07/19 20:32:48 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -46,7 +46,7 @@ ;;; Symbol functions (eval-when (:compile-toplevel :load-toplevel :execute) - (when (char= #\a (symbol-name '#:a)) + (when (char= #\a (schar (symbol-name '#:a) 0)) (pushnew :lowercase-reader *features*))) (defun string-default-case (str)