Add missing paren to stride-head.
This commit is contained in:
@@ -80,7 +80,7 @@
|
|||||||
(message "HTTP/1.1 ERROR 400, retry count: %i" (+ tries 1))
|
(message "HTTP/1.1 ERROR 400, retry count: %i" (+ tries 1))
|
||||||
(eww-reload))
|
(eww-reload))
|
||||||
(plist-put eww-data :tries 1)
|
(plist-put eww-data :tries 1)
|
||||||
(eval (second (stride-match))))))
|
(eval (second (stride-match)))))))
|
||||||
|
|
||||||
;; TODO: move function definition to stride-nav for more flexibility
|
;; TODO: move function definition to stride-nav for more flexibility
|
||||||
;; when dealing with difficult sites. then eval the lisp here.
|
;; when dealing with difficult sites. then eval the lisp here.
|
||||||
|
|||||||
Reference in New Issue
Block a user