summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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))