branch: externals/dtache
commit 7f07d2ddd399f1f2596e8a3f4365838690302104
Author: Niklas Eklund <niklas.ekl...@zenseact.com>
Commit: Niklas Eklund <niklas.ekl...@posteo.net>

    Add missing autoload cookie
---
 dtache-compile.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dtache-compile.el b/dtache-compile.el
index 27bd810a89..713805225e 100644
--- a/dtache-compile.el
+++ b/dtache-compile.el
@@ -73,6 +73,7 @@ Optionally EDIT-COMMAND."
 
 ;;;;; Functions
 
+;;;###autoload
 (defun dtache-compile-attach (session)
   "Attach to SESSION with `compile'."
   (when (dtache-valid-session session)

Reply via email to