X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=packages.lisp;h=cd3ecf1070120e53caa56a783139eca18e18d713;hb=f2adfc44040d1fc75aa7d0131de0ce1a1ef177ee;hp=51c0b1ae4e3d3dc7d89f3c6102cc083da09ae5e4;hpb=8e1c2386d4bd733c6b82717dec20248ed1d82019;p=cl-readline.git diff --git a/packages.lisp b/packages.lisp index 51c0b1a..cd3ecf1 100644 --- a/packages.lisp +++ b/packages.lisp @@ -1,5 +1,5 @@ ;; Copyright (c) 2003 Nikodemus Siivola -;; +;; ;; Permission is hereby granted, free of charge, to any person obtaining ;; a copy of this software and associated documentation files (the ;; "Software"), to deal in the Software without restriction, including @@ -7,10 +7,10 @@ ;; distribute, sublicense, and/or sell copies of the Software, and to ;; permit persons to whom the Software is furnished to do so, subject to ;; the following conditions: -;; +;; ;; The above copyright notice and this permission notice shall be included ;; in all copies or substantial portions of the Software. -;; +;; ;; THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, ;; EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF ;; MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. @@ -21,7 +21,7 @@ (defpackage readline (:nicknames rl) - (:use cl uffi) + (:use cl uffi) (:export add-completion add-history @@ -35,11 +35,11 @@ )) (uffi:load-foreign-library "/lib/libreadline.so.4" - :module "readline") + :module "readline") (uffi:load-foreign-library "cl-readline.o" - :module "cl-readline") + :module "cl-readline") (uffi:load-foreign-library "cl-termios.o" - :module "cl-termios") + :module "cl-termios")