branch: externals/dtache commit 71028ba150549ba213dfc2334e5e83dc2e5d90eb Author: Niklas Eklund <niklas.ekl...@posteo.net> Commit: Niklas Eklund <niklas.ekl...@posteo.net>
Fix incorrect function name --- detached.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detached.el b/detached.el index a39aada48e..2dc98962d7 100644 --- a/detached.el +++ b/detached.el @@ -1067,7 +1067,7 @@ Optionally make the path LOCAL to host." (string-match regexp header) (match-string 1 header))) -(defun detaced--db-insert-entry (session) +(defun detached--db-insert-entry (session) "Insert SESSION into `detached--sessions' and update database." (detached-initialize-sessions) (push `(,(detached--session-id session) . ,session) detached--sessions)