Changeset 13396


Ignore:
Timestamp:
07/12/11 08:51:08 (12 years ago)
Author:
Mark Evenson
Message:

Correct my dyslexic spelling to ENSURE-COMPATIBILITY.

Location:
trunk/abcl/contrib/jss
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/contrib/jss/compat.lisp

    r13285 r13396  
    22
    33(defparameter *cl-user-compatibility* nil
    4   "Whether backwards compatiblity with JSS's use of CL-USER has been enabled.")
     4  "Whether backwards compatibility with JSS's use of CL-USER has been enabled.")
    55
    6 (defun ensure-compatiblity ()
     6(defun ensure-compatibility ()
    77  (setf *cl-user-compatibility* t)
    88  (let ((dont-export '(add-to-classpath *cl-user-compatibility*)))
  • trunk/abcl/contrib/jss/jss.asd

    r13394 r13396  
    44(defsystem :jss
    55  :author "Alan Ruttenberg, Mark Evenson"
    6   :version "2.1.0"
     6  :version "2.1.1"
    77  :components
    88  ((:module base :pathname "" :serial t
  • trunk/abcl/contrib/jss/packages.lisp

    r13394 r13396  
    3535
    3636;;; Enable compatibility with jss-1.0 by placing symbols in CL-USER
    37    #:ensure-compatiblity #:*cl-user-compatibility*)
     37   #:ensure-compatibility #:*cl-user-compatibility*)
    3838   (:shadow #:add-to-classpath))
    3939
Note: See TracChangeset for help on using the changeset viewer.