From fd4fc671215cc18fb147eb7589a22dd0f964cb5b Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Thu, 11 Jul 2024 16:17:55 +1200 Subject: [PATCH] enotify.el: provide the enotify feature --- enotify.el | 2 ++ 1 file changed, 2 insertions(+) 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)