X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fpackage.lisp;h=a499a267a9a8f11a45dbe15fbcc6923a568cedf5;hb=f6b59f232c6963cb305d9241742bb0f46cbbbad5;hp=498b4e1ab46a21a0bd7272f0780584eda9b7d944;hpb=82370fd12b07679559c9e0b3f720aade582d42fb;p=cl-mock.git diff --git a/src/package.lisp b/src/package.lisp index 498b4e1..a499a26 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -1,14 +1,14 @@ -;;; -*- mode: lisp; syntax: common-lisp; coding: utf-8-unix; package: cl-user; -*- +;; -*- mode: lisp; syntax: common-lisp; coding: utf-8-unix; package: cl-user; -*- (in-package #:cl-user) (defpackage #:cl-mock (:use #:closer-common-lisp #:alexandria) (:import-from #:arnesi #:with-collector) - (:export ;;; regular functions + (:export ;; regular functions #:progf #:dflet - ;;; mocking of regular functions - ;;; mocking of generic functions + ;; mocking of regular functions + ;; mocking of generic functions ))