summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoost Kremers <joostkremers@fastmail.fm>2017-03-11 22:07:50 +0100
committerJoost Kremers <joostkremers@fastmail.fm>2017-03-11 22:07:50 +0100
commit1879b46c6ed60162c579aa1f3f25b38462c8fb6b (patch)
tree331d4d04d9a051610b504f97e3394aa419823e85
parentfd30a8e7cbb76e5ec0ee2bc7af7ffc654eca897f (diff)
Remove cond clause for numbers in `parsebib--expand-strings'.
-rw-r--r--parsebib.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/parsebib.el b/parsebib.el
index f1d6526..65482a0 100644
--- a/parsebib.el
+++ b/parsebib.el
@@ -172,8 +172,6 @@ if non-nil."
(cond
((string-match "\\`[\"{]\\(.*?\\)[\"}]\\'" str)
(match-string 1 str))
- ((string-match "[0-9]+" str)
- str)
(t str)))))
strings))