summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoost Kremers <joostkremers@fastmail.fm>2022-06-20 22:17:29 +0200
committerJoost Kremers <joostkremers@fastmail.fm>2022-06-20 22:17:29 +0200
commitcc58ef7d0152c361157e45bf3b1fb4da40b28454 (patch)
tree02c7807999f9496a479cf4fc93d4f41c0a4e765f
parent1cd8cb1734770b8ce8b5bc6b2c626f15e2735dbf (diff)
Remove test code.
-rw-r--r--parsebib.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsebib.el b/parsebib.el
index 8426c45..8f5fc06 100644
--- a/parsebib.el
+++ b/parsebib.el
@@ -240,7 +240,7 @@ trailing space will be included in the overall match."
(defun parsebib--convert-tex-italics (str)
"Return first sub-expression match in STR, in italics."
- (propertize (parsebib-clean-TeX-markup (match-string 1 str)) 'face 'italic))
+ (propertize (match-string 1 str) 'face 'italic))
(defun parsebib--convert-tex-bold (str)
"Return first sub-expression match in STR, in bold."