]> git.donarmstrong.com Git - org-ref.git/blobdiff - isbn.el
change EMACS to emacs, as suggested in [[https://github.com/abo-abo/lispy/blob/master...
[org-ref.git] / isbn.el
diff --git a/isbn.el b/isbn.el
index cb73f6852f5ed5c861666e4a82c58e3104169a57..a759bc072b394688fd04758c2ed1d536e6c97fd0 100644 (file)
--- a/isbn.el
+++ b/isbn.el
@@ -88,9 +88,9 @@ entry with the generated key already exists in the file."
          (concat "\n@book{,\n"
                  (mapconcat
                   'identity
-                  (loop for field in (-sort 'string-lessp (mapcar 'car metadata))
-                        collect
-                        (format "  %s={%s}," field (cdr (assoc field metadata))))
+                  (cl-loop for field in (-sort 'string-lessp (mapcar 'car metadata))
+                           collect
+                           (format "  %s={%s}," field (cdr (assoc field metadata))))
                   "\n")
                  "\n}\n"))