Skip to content

Commit efcfe1b

Browse files
committed
Improve debug function name
1 parent b62bd90 commit efcfe1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm-qiita.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ If next-link is exist, continue to request it."
190190
(let (valid-response response next-link stock)
191191
(with-current-buffer (get-buffer helm-qiita-http-buffer-name)
192192
(setq valid-response (helm-qiita-valid-http-responsep))
193-
(helm-qiita-http-debug-stop valid-response process)
193+
(helm-qiita-http-debug-finish valid-response process)
194194
(unless valid-response
195195
(error "Invalid http response"))
196196
(setq next-link (helm-qiita-next-link))
@@ -263,7 +263,7 @@ If next-link is exist, continue to request it."
263263
"Start debug mode."
264264
(setq helm-qiita-debug-start-time (current-time)))
265265

266-
(defun helm-qiita-http-debug-stop (result process)
266+
(defun helm-qiita-http-debug-finish (result process)
267267
"Stop debug mode.
268268
RESULT is boolean.
269269
PROCESS is a http-request process."

0 commit comments

Comments
 (0)