summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPip Cet <pipcet@protonmail.com>2026-05-30 12:10:30 +0000
committerPip Cet <pipcet@protonmail.com>2026-06-03 18:15:22 +0000
commit44fa1595ce8eb6a124982da57057ef6ebd9310e0 (patch)
tree702799f420b420ef0c2012270ffc5d4bf98d1676
parent2db5a145acbbe84042128806d8b2e333495cf70e (diff)
* lisp/send-to.el (send-to--resolve-handler): Add autoload.
-rw-r--r--lisp/send-to.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/send-to.el b/lisp/send-to.el
index f1795cfa7a0..2e9ea334c85 100644
--- a/lisp/send-to.el
+++ b/lisp/send-to.el
@@ -152,6 +152,7 @@ explicitly overridden."
(forward-line 1))))
filenames)))
+;;;###autoload
(defun send-to--resolve-handler ()
"Return first supported handler from `send-to-handlers'."
(seq-find (lambda (handler)