Unix encoding.
[cl-inotify.git] / package.lisp
index 0500416..f67fc85 100644 (file)
@@ -1,4 +1,4 @@
-;;; -*- mode: lisp; syntax: common-lisp; coding: utf-8; package: cl-user; -*-
+;;; -*- mode: lisp; syntax: common-lisp; coding: utf-8-unix; package: cl-user; -*-
 
 ;; Copyright (c) 2011-12, Olof-Joachim Frahm
 ;; All rights reserved.
@@ -76,8 +76,5 @@
 
           ;;; macros
           #:with-inotify
-          #:with-unregistered-inotify
-          #:with-inotify-event-handler
-
-          #:run-inotify-program)
+          #:with-unregistered-inotify)
   (:documentation "A binding (not only?) for the LINUX inotify(7) API."))