File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
; ; Keywords: extensions, tools
7
7
; ; URL: https://github.com/kaiwk/leetcode.el
8
8
; ; Package-Requires: ((emacs "26") (dash "2.16.0") (graphql "0.1.1") (spinner "1.7.3") (aio "1.0"))
9
- ; ; Version: 0.1.5
9
+ ; ; Version: 0.1.6
10
10
11
11
; ; This program is free software; you can redistribute it and/or modify
12
12
; ; it under the terms of the GNU General Public License as published by
@@ -128,7 +128,7 @@ The elements of :problems has attributes:
128
128
(defconst leetcode--api-try (concat leetcode--base-url " /problems/%s/interpret_solution/" ))
129
129
130
130
131
- (defsubst leetcode--referer (value )
131
+ (defun leetcode--referer (value )
132
132
" It will return an alist as the HTTP Referer Header.
133
133
VALUE should be the referer."
134
134
(cons " Referer" value))
@@ -165,7 +165,7 @@ VALUE should be the referer."
165
165
secret))
166
166
(plist-get found :save-function )))))
167
167
168
- (defsubst leetcode--multipart-form-data (name value )
168
+ (defun leetcode--multipart-form-data (name value )
169
169
`(" file"
170
170
(" name" . , name )
171
171
(" filedata" . , value )
You can’t perform that action at this time.
0 commit comments