From: John Kitchin Date: Tue, 17 Mar 2015 22:48:55 +0000 (-0400) Subject: fix two other ,* typos X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=03f43f5e1f5f7ea61b19e0f0b428d7caa2e9ee5f;hp=ca0d4bbfa864ceb371eef35f36987f8f9a7b7679 fix two other ,* typos --- diff --git a/doi-utils.el b/doi-utils.el index 385785a..9d65393 100644 --- a/doi-utils.el +++ b/doi-utils.el @@ -227,7 +227,7 @@ We get it out here by parsing the html." (beginning-of-buffer) (re-search-forward "pdfurl=\"\\([^\"]*\\)\"" nil t) (setq *doi-utils-pdf-url* (match-string 1) - ,*doi-utils-waiting* nil))) + *doi-utils-waiting* nil))) (while *doi-utils-waiting* (sleep-for 0.1)) *doi-utils-pdf-url*) @@ -246,7 +246,7 @@ We get it out here by parsing the html." (let ((second-redirect (replace-regexp-in-string "http://linkinghub.elsevier.com/retrieve" "http://www.sciencedirect.com/science/article" - ,*doi-utils-redirect*))) + *doi-utils-redirect*))) (message "getting pdf url from %s" second-redirect) *doi-utils-pdf-url*)))