@@ -83,10 +83,10 @@ See https://qiita.com/api/v2/docs")
83
83
" Cache a result of `helm-qiita-find-curl-program' .
84
84
DO NOT SET VALUE MANUALLY." )
85
85
86
- (defvar helm-qiita-http-buffer-name " *helm-qiita-http*"
86
+ (defconst helm-qiita-http-buffer-name " *helm-qiita-http*"
87
87
" HTTP Working buffer name of `helm-qiita-http-request' ." )
88
88
89
- (defvar helm-qiita-work-buffer-name " *helm-qiita-work*"
89
+ (defconst helm-qiita-work-buffer-name " *helm-qiita-work*"
90
90
" Working buffer name of `helm-qiita-http-request' ." )
91
91
92
92
(defvar helm-qiita-full-frame helm-full-frame)
@@ -281,13 +281,13 @@ Argument RESPONSE-BODY is http response body as a json"
281
281
RESULT is boolean.
282
282
PROCESS is a http-request process."
283
283
(if helm-qiita-debug-mode
284
- (message ( format " [Q] %s to GET %s (%0 .1fsec) at %s . "
285
- (if result " Success" " Failure" )
286
- (car (last (process-command process)))
287
- (time-to-seconds
288
- (time-subtract (current-time )
289
- helm-qiita-debug-start-time))
290
- (format-time-string " %Y-%m-%d %H:%M:%S" (current-time ) )))))
284
+ (message " [Q] %s to GET %s (%0 .1fsec) at %s . "
285
+ (if result " Success" " Failure" )
286
+ (car (last (process-command process)))
287
+ (time-to-seconds
288
+ (time-subtract (current-time )
289
+ helm-qiita-debug-start-time))
290
+ (format-time-string " %Y-%m-%d %H:%M:%S" (current-time )))))
291
291
292
292
; ;; Timer
293
293
0 commit comments