diff --git a/enotify.el b/enotify.el index 6bf4c18..3421093 100644 --- a/enotify.el +++ b/enotify.el @@ -63,3 +63,5 @@ (enotify-send-string proc "QUIT") (process-send-eof proc) (delete-process proc))) + +(provide 'enotify)