Skip to content

Commit b3f59f0

Browse files
committed
Add missing autoload to pandoc-commands
1 parent 4bf3be7 commit b3f59f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

speed-type.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2068,7 +2068,7 @@ If FILE-NAME is nil, will use file-name of CURRENT-BUFFER."
20682068
:replay-fn #'speed-type--get-replay-fn
20692069
:continue-fn (lambda () (speed-type--get-continue-fn end))
20702070
:go-next-fn #'speed-type-text)))))))
2071-
2071+
;;;###autoload
20722072
(defun speed-type-pandoc (url)
20732073
"Start a typing-session with the content of a given retrieved URL.
20742074
@@ -2096,6 +2096,7 @@ The url is converted to a unique file-name."
20962096
(kill-buffer buffer) ;; buffer is retrieved, remove it again to not clutter the buffer-list
20972097
))
20982098

2099+
;;;###autoload
20992100
(defun speed-type-pandoc-top-x (url &optional n)
21002101
"Start a typing-session with the content of a given retrieved URL.
21012102

0 commit comments

Comments
 (0)