mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
* lisp/send-to.el (send-to--resolve-handler): Add autoload.
This commit is contained in:
parent
2db5a145ac
commit
44fa1595ce
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue