summaryrefslogtreecommitdiff
path: root/parsebib.el
diff options
context:
space:
mode:
authorJoost Kremers <joostkremers@fastmail.fm>2015-02-05 22:05:11 +0100
committerJoost Kremers <joostkremers@fastmail.fm>2015-02-05 22:05:11 +0100
commita7124a971c71ae612c9c76a2939dffe614da668d (patch)
tree9aad263efb11d85b15a65d84f0833951e39d6017 /parsebib.el
parenta2becf16c57268e78c1f532a70c26981c69ed450 (diff)
Require cl-lib
Diffstat (limited to 'parsebib.el')
-rw-r--r--parsebib.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/parsebib.el b/parsebib.el
index bea9d98..5e61eb5 100644
--- a/parsebib.el
+++ b/parsebib.el
@@ -40,6 +40,7 @@
;;; Code:
(require 'bibtex)
+(require 'cl-lib)
(defconst parsebib--bibtex-identifier "[^^\"@\\&$#%',={}() \t\n\f]*" "Regexp describing a licit BibTeX identifier.")
(defconst parsebib--key-regexp "[^^\"@\\&$#%',={} \t\n\f]*" "Regexp describing a licit key.")